diff options
| author | sD <stoned@derpymail.org> | 2019-12-19 12:41:22 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-19 12:41:22 +0100 |
| commit | 7169a80cf4e68ae06069cfb2bfbcd003b3a892fd (patch) | |
| tree | e483685b4aec04ee23156e18269d2f9e39dc4c68 /webAO/index.html | |
| parent | 3ea54b16038108db524de1729a8eceeb9a8ae487 (diff) | |
change localhost port to 50001 and ID to -1
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> |
