diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-10-01 02:25:55 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-10-01 02:25:55 -0400 |
commit | 99fd782975857fd69e64447066d84904aa4a7cf6 (patch) | |
tree | f94cfab60aecef5beff01b65a77bc0139751bb19 /ballance/levels | |
parent | 1d49c4fd482fe3248363d23d841f4c9592b5b749 (diff) | |
download | web-master.tar.xz |
Diffstat (limited to 'ballance/levels')
-rw-r--r-- | ballance/levels/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ballance/levels/index.html b/ballance/levels/index.html index 7ddb5de..5e66aa3 100644 --- a/ballance/levels/index.html +++ b/ballance/levels/index.html @@ -32,8 +32,8 @@ These are the custom levels for the video game "Ballance" made by me. They are w </p> <table> <tr> -<td style="width:50%"><a href="/ballance/levels/lucid/"><img height="400" style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/lucid_small.png"></a></td> -<td style="width:50%"><a href="/ballance/levels/landfill/"><img height="400" style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/landfill_l_r0_es_small_xw.png"></a></td> +<td style="width:50%"><a href="/ballance/levels/lucid/"><img style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/lucid_small.png"></a></td> +<td style="width:50%"><a href="/ballance/levels/landfill/"><img style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/landfill_l_r0_es_small_xw.png"></a></td> </tr> </table> |