diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-19 16:18:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 16:18:46 +0100 |
| commit | ba34f06c77aa93a862d9047be393696c0ececee7 (patch) | |
| tree | 2ed89c25b840af9d75655d7942778cb4b4cd388e /webAO/index.html | |
| parent | b07a069095ff06ecb3fada03e6228b4c13bb5bba (diff) | |
| parent | 9fc6fa6e2308c74394698645b652fbf579b02b88 (diff) | |
Merge pull request #29 from AttorneyOnline/async-loading
blips, shownames, charicons and async loading
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> |
