diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 20:33:51 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 20:33:51 +0200 |
| commit | 20eb74547fffd918f8d4a2274f8b365edd4c3996 (patch) | |
| tree | 3d4507933b671524a202324bff6d713f6797a4d3 /webAO/index.html | |
| parent | fb394d2d108fe9dc2207bb2fa0ee82d4471d12af (diff) | |
| parent | 738c1402cb2378ed3f0869445712a4fdeca10d6e (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
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> |
