diff options
-rw-r--r-- | ballance/levels/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ballance/levels/index.html b/ballance/levels/index.html index c6679c7..5e66aa3 100644 --- a/ballance/levels/index.html +++ b/ballance/levels/index.html @@ -24,15 +24,16 @@ body { max-width: 960px; margin: 0 auto; } </head> <body onload="loadTheme();" class="TText"> <h1><a href="/">Chrisoft</a>::Ballance::Custom Levels</h1> - +<p> These are the custom levels for the video game "Ballance" made by me. They are weird. Give them a try! - +</p> +<p> 以下是我制作的Ballance自制关卡。它们都挺怪的。要不要玩玩试试? - +</p> <table> <tr> <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.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> |