diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-10 22:50:35 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-10 22:50:35 +0100 |
| commit | 9d7f648642a82d90a7ada4ed94d228af936911c0 (patch) | |
| tree | 050ab9d9eda5fde7bc52aafc3b9068de567b56f7 /public | |
| parent | cc568bbc87d890a43e14728d9328b537afe090b7 (diff) | |
put localhost at the bottom
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 5 |
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> |
