diff options
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webAO/index.html b/webAO/index.html index 05afdf6..28fe555 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -68,9 +68,10 @@ </p> </div> <ul class="serverlist" id="masterlist"> - <li onmouseover="setServ(99)"> - <p>Localhost</p> <a class="button" href="client.html?ip=127.0.0.1:27016">Watch</a><a class="button" href="client.html?ip=127.0.0.1:27016">Join</a></li> - + <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> + <a class="button" href="client.html?mode=join&ip=127.0.0.1:50001">Join</a> + </li> </ul> </div> </body> |
