diff options
| author | sD <stoned@derpymail.org> | 2020-03-07 17:07:17 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-07 17:07:17 +0100 |
| commit | 8a3f1cb0d2fa4a45d29bd354b98b23a3da6bd3ba (patch) | |
| tree | 612d25a7d4046150d7f30a9dd59a7551f796b0fe /webAO | |
| parent | dac06a5e9087ecceb6942df08c0dbd5e0db97951 (diff) | |
add a note if JS is disabled
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index c8f702d..397745b 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -20,6 +20,7 @@ <body> <div id="client_loading"> <h1 id="client_loadingtext">Loading</h1> + <noscript>webAO requires JavaScript to work</noscript> <button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button> </div> <div id="client_charselect"> |
