diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 22:44:40 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 22:44:40 +0100 |
| commit | 72505010cb02aad17b16642459b7ed915070d206 (patch) | |
| tree | d7a5d27dfebe3897f519c60ec28b6f41b86e30c6 /webAO | |
| parent | 4011d22ec96b36b77724831e996de2458afe4d3a (diff) | |
move the spectate button to the top and change its text
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 6 |
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> |
