diff options
| -rw-r--r-- | public/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 72410e5..e77f2d2 100644 --- a/public/index.html +++ b/public/index.html @@ -90,9 +90,8 @@ <form id="serverlist_container" class="monocle-enriched"> <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> + <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> </div> <div id="ms_error" class="error" style="display: none;"> <p>Could not connect to the master server.</p> |
