diff options
| -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> |
