diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 3805852..b7a1080 100644 --- a/public/index.html +++ b/public/index.html @@ -89,9 +89,9 @@ </nav> <form id="serverlist_container" class="monocle-enriched"> <h2>Server List</h2> - <div id="https_error" class="error" style="display: none; font-size: 100;"> + <div id="https_error" class="error" style="display: none; font-size: 50;"> <h1>https is not supported</h1> - <h2>Please <a href="http://web.aceattorneyonline.com/">click here</a> to be redirected to the http version</h2> + <h2>Please <a href="http://web.aceattorneyonline.com/">click here</a> and if that doesn't work click into the address bar and remove the s from https at the beginning</h2> </div> <div id="ms_error" class="error" style="display: none;"> <p>Could not connect to the master server.</p> |
