aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorCaleb Mabry <36182383+caleb-mabry@users.noreply.github.com>2023-02-01 15:54:26 -0500
committerGitHub <noreply@github.com>2023-02-01 15:54:26 -0500
commit39edb1077725a6b9db58b4c32323e847ece5f2f6 (patch)
tree2ab4e9d3c0a007684cb3fb706f70fc677e0f7eca /public/index.html
parent0eabb5da1759439fd01e54dc986900448f483330 (diff)
parentf8ea065b5e6bccbebb918293e13cab4adb536b70 (diff)
Merge branch 'master' into fix-pipeline
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 8d0b1c4..1469359 100644
--- a/public/index.html
+++ b/public/index.html
@@ -95,11 +95,14 @@
<p>webAO requires JavaScript to work</p>
</div>
</noscript>
- <ul class="serverlist" id="masterlist">
+ <ul class="serverlist">
<li id="server-2" class="available" onmouseover="setServ(-2)">
<p>Singleplayer (beta)</p>
<a class="button" href="client.html?mode=replay">Try</a>
</li>
+ </ul>
+ <ul class="serverlist" id="masterlist"></ul>
+ <ul class="serverlist">
<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>