aboutsummaryrefslogtreecommitdiff
path: root/webAO/index.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-11 18:02:04 +0200
committersD <stoned@derpymail.org>2020-04-11 18:02:04 +0200
commit82428c0ccc7b4938564b434fb0de153afb5af508 (patch)
tree0618dc1e98a6b211aa3d902765aa4ca36e0b3a2a /webAO/index.html
parent3a45f347bfae89c2d567695342edfda6ea26e13a (diff)
add an error message when the connection fails
Diffstat (limited to 'webAO/index.html')
-rw-r--r--webAO/index.html5
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>