diff options
| author | sD <stoned@derpymail.org> | 2020-03-07 17:09:28 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-07 17:09:28 +0100 |
| commit | e4c581acd99da482202462746588c32a55f5f578 (patch) | |
| tree | 16e87fbebe3c0fb615496f6b1fd88ce765b383cc /webAO | |
| parent | 8a3f1cb0d2fa4a45d29bd354b98b23a3da6bd3ba (diff) | |
make the note look nice
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 397745b..ffaadba 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -20,7 +20,7 @@ <body> <div id="client_loading"> <h1 id="client_loadingtext">Loading</h1> - <noscript>webAO requires JavaScript to work</noscript> + <noscript><p style="color: red;">webAO requires JavaScript to work</p></noscript> <button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button> </div> <div id="client_charselect"> |
