diff options
| author | sD <stoned@derpymail.org> | 2020-03-23 13:52:01 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-23 13:52:01 +0100 |
| commit | 8adfabddb95ba284e642224a346bb0b34a578d95 (patch) | |
| tree | 58cc984f7b2c09781acebf7d9d54724b03e14f47 /webAO/index.html | |
| parent | 4c61f65b3d94f0a646260e3fc38cadcdd1433c57 (diff) | |
add https and javascript warnings
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webAO/index.html b/webAO/index.html index a2c1203..3ed0d26 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -60,6 +60,15 @@ </nav> <div id="serverlist_container"> <h2>Server List</h2> + <div id="https_error" class="error" style="display: none;"> + <p>https is not supported</p> + <p>Please <a href="http://web.aceattorneyonline.com/">click here</a> to be redirected to the http version</p> + </div> + <noscript> + <div id="js_error" class="error"> + <p>webAO requires JavaScript to work</p> + </div> + </noscript> <ul class="serverlist" id="masterlist"> <li id="server-1" class="unavailable" onmouseover="setServ(-1)"> <p>Localhost</p> |
