diff options
| author | sD <stoned@derpymail.org> | 2020-04-13 18:34:15 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-13 18:34:15 +0200 |
| commit | 8c4a0224fcf1f9993cce7a539845ad5d1502ee9e (patch) | |
| tree | 4b352e98a827ac5f4eedd6e5dee1ada04939dfc7 /webAO/index.html | |
| parent | 5b114b21f805b3e1246f70402924a98b90181685 (diff) | |
| parent | 97caca41dfa78158fb64a0229f173d5d6f45a409 (diff) | |
Merge branch 'master' into chatboxstyle
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webAO/index.html b/webAO/index.html index c7f453d..0df9885 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -75,6 +75,11 @@ <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> + <div id="ms_error" class="error" style="display: none;"> + <p>Could not connect to the master server.</p> + <p>Please check your firewall.</p> + <p id="ms_error_code">A network error occurred</p> + </div> <noscript> <div id="js_error" class="error"> <p>webAO requires JavaScript to work</p> |
