diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-11-17 14:23:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-17 14:23:58 +0100 |
| commit | 7ae9f945e7f3d44798b0f4df7508bc797156e570 (patch) | |
| tree | b895ac3e67f65428576affa38c4a9197d14dd7dc /public | |
| parent | ca59707e20ab1e093092b61feab786548c102829 (diff) | |
make warning smaller and add chrome instructions
Diffstat (limited to 'public')
| -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> |
