aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-21 17:22:29 +0100
committersD <stoned@derpymail.org>2020-03-21 17:22:29 +0100
commit35bc5820d194fdb964c40694078f7bc89b62af16 (patch)
tree9176f5c39ca53e5b55468a6dd82956954cffccbf /webAO
parent93ce20fe74d2275ed6efe9af73baceda24231110 (diff)
add button for it to serverlist
Diffstat (limited to 'webAO')
-rw-r--r--webAO/index.html4
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>