diff options
Diffstat (limited to 'webAO/index.html')
| -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 2fe4d6a..dda9e0a 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -87,6 +87,10 @@ </div> </noscript> <ul class="serverlist" id="masterlist"> + <li id="server-2" class="available" onmouseover="setServ(-2)"> + <p>Singleplayer (beta)</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> |
