diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-19 16:21:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 16:21:26 +0100 |
| commit | 2b5a66ded5bbb868b1e78c7295ef0a869a5af53d (patch) | |
| tree | 87a06fd501cf73ddfb7b1e098c1d8ea0c030af4f /webAO/index.html | |
| parent | bf15ff1b5df6877c14011ebe7f5ca8b7d4b8f060 (diff) | |
| parent | ba34f06c77aa93a862d9047be393696c0ececee7 (diff) | |
Merge branch 'master' into delete-bb
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> |
