diff options
| author | sD <stoned@derpymail.org> | 2020-03-21 17:22:29 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-21 17:22:29 +0100 |
| commit | 35bc5820d194fdb964c40694078f7bc89b62af16 (patch) | |
| tree | 9176f5c39ca53e5b55468a6dd82956954cffccbf /webAO | |
| parent | 93ce20fe74d2275ed6efe9af73baceda24231110 (diff) | |
add button for it to serverlist
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/index.html b/webAO/index.html index a2c1203..10c49e4 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -61,6 +61,10 @@ <div id="serverlist_container"> <h2>Server List</h2> <ul class="serverlist" id="masterlist"> + <li id="server-2" class="unavailable" onmouseover="setServ(-2)"> + <p>Objection Maker</p> + <a class="button" href="client.html?mode=replay">Try</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> |
