aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-11-10 22:50:35 +0100
committerstonedDiscord <Tukz@gmx.de>2022-11-10 22:50:35 +0100
commit9d7f648642a82d90a7ada4ed94d228af936911c0 (patch)
tree050ab9d9eda5fde7bc52aafc3b9068de567b56f7
parentcc568bbc87d890a43e14728d9328b537afe090b7 (diff)
put localhost at the bottom
-rw-r--r--public/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 8d0b1c4..1469359 100644
--- a/public/index.html
+++ b/public/index.html
@@ -95,11 +95,14 @@
<p>webAO requires JavaScript to work</p>
</div>
</noscript>
- <ul class="serverlist" id="masterlist">
+ <ul class="serverlist">
<li id="server-2" class="available" onmouseover="setServ(-2)">
<p>Singleplayer (beta)</p>
<a class="button" href="client.html?mode=replay">Try</a>
</li>
+ </ul>
+ <ul class="serverlist" id="masterlist"></ul>
+ <ul class="serverlist">
<li id="server-1" class="unavailable" onmouseover="setServ(-1)">
<p>Localhost</p>
<a class="button" href="client.html?mode=watch&ip=127.0.0.1:50001">Watch</a>