diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-09-07 20:31:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 20:31:32 +0200 |
| commit | 738c1402cb2378ed3f0869445712a4fdeca10d6e (patch) | |
| tree | ae2783d2cf3a4e1f596b7a0e87c8ff31ba38d5d7 /webAO/index.html | |
| parent | 82eaeeddb422968a66fb75b16e3451db566c19de (diff) | |
| parent | 770681945b4a3ceccd89634b974ac0a4e6bfb9d3 (diff) | |
Merge pull request #69 from AttorneyOnline/objection_maker
Objection maker
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> |
