diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-30 19:41:31 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-30 19:41:31 +0100 |
| commit | ef35de98c3e66db8b2bfa46ef3481ec5c9192060 (patch) | |
| tree | 20049b1e5df50e4da1772e1d9a36ac84eafaa475 /public | |
| parent | 88ec5b2ea219408fe8f77031ad3db4b722c9be0c (diff) | |
whoops we needed that 2
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 69e7fea..7bd2032 100644 --- a/public/index.html +++ b/public/index.html @@ -101,14 +101,14 @@ </div> </noscript> <ul class="serverlist"> - <li id="server-2" class="available"> + <li id="server-2" 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"> + <li id="server-1" onmouseover="setServ(-1)"> <p>Localhost</p> <a class="button" href="client.html?mode=watch&connect=ws://127.0.0.1:50001">Watch</a> <a class="button" href="client.html?mode=join&connect=ws://127.0.0.1:50001">Join</a> |
