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 0df9885..5ff166c 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -86,6 +86,10 @@ </div> </noscript> <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> |
