diff options
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> |
