aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-15 22:44:40 +0100
committersD <stoned@derpymail.org>2020-02-15 22:44:40 +0100
commit72505010cb02aad17b16642459b7ed915070d206 (patch)
treed7a5d27dfebe3897f519c60ec28b6f41b86e30c6 /webAO/client.html
parent4011d22ec96b36b77724831e996de2458afe4d3a (diff)
move the spectate button to the top and change its text
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html
index c5a2f34..bda32ff 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -25,11 +25,11 @@
<button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button>
</div>
<div id="client_charselect">
- <h1 style="text-align: center;">Choose your character</h1>
+ <p>Choose your character</p>
+ <button onclick="pickChar(1001)">Or spectate</button>
<br>
- <div id="client_chartable"></div>
<br>
- <button onclick="pickChar(1001)">Spectate</button>
+ <div id="client_chartable"></div>
</div>
<div id="client_error" class="error" style="display: none">
<h1 id="client_errortext">You were disconnected from the server.</h1>