diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-20 00:39:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 00:39:48 +0200 |
| commit | 13ea781e99427bdb6a0e2f78c8d89373397f9cc5 (patch) | |
| tree | fabc0dcdb6e5cbd4204f1a6989953870f72f5eb4 /public | |
| parent | 3f6eff1ae2450bc5877d9744c91ce31f9cf8c084 (diff) | |
make https warning bigger
Diffstat (limited to 'public')
| -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> |
