diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-30 19:31:46 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-30 19:31:46 +0100 |
| commit | 32dfc6ee2dc026661ffb9cea75cc805ad46f4a71 (patch) | |
| tree | b1224d68eddea4d6ab46fd86cdd5f54ed20261fc /public | |
| parent | 4435a4014c0a68fc156a29f83e01cbfab4912794 (diff) | |
Just formatting
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/public/index.html b/public/index.html index b7a1080..15c1b2e 100644 --- a/public/index.html +++ b/public/index.html @@ -32,20 +32,22 @@ <meta http-equiv="X-WebKit-CSP" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com data:; frame-src http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' http://servers.aceattorneyonline.com https://servers.aceattorneyonline.com ws:;"> - - <!-- Mobile Specifc Meta --> - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> - - <!-- Bootstrap Integration --> - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> - <link rel="preconnect" href="https://fonts.gstatic.com"> - <link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed%7CPoiret+One&display=swap" rel="stylesheet"> + <!-- Mobile Specifc Meta --> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> + + <!-- Bootstrap Integration --> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" + integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> + + <link rel="preconnect" href="https://fonts.gstatic.com"> + <link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed%7CPoiret+One&display=swap" + rel="stylesheet"> + + <!-- AOS --> + <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> - <!-- AOS --> - <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" href="logo-new.png" /> <link rel="stylesheet" type="text/css" href="styles/master.css"> @@ -71,19 +73,19 @@ <div class="container"> <div class="collapse navbar-collapse" id="navbarResponsive"> <ul class="navbar-nav ml-auto"> - <li class="nav-item"> - <a class="nav-link" href="https://aceattorneyonline.com/index.html">HOME </a> - </li> - <li class="nav-item"> - <a class="nav-link" href="https://aceattorneyonline.com/download.html">DOWNLOAD </a> - </li> - <li class="nav-item"> - <a class="nav-link" href="https://aceattorneyonline.com/support.html">SUPPORT & FAQ </a> - </li> - <li class="nav-item"> - <a class="nav-link" href="https://discord.gg/wWvQ3pw">DISCORD </a> - </li> - </ul> + <li class="nav-item"> + <a class="nav-link" href="https://aceattorneyonline.com/index.html">HOME </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="https://aceattorneyonline.com/download.html">DOWNLOAD </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="https://aceattorneyonline.com/support.html">SUPPORT & FAQ </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="https://discord.gg/wWvQ3pw">DISCORD </a> + </li> + </ul> </div> </div> </nav> @@ -91,7 +93,8 @@ <h2>Server List</h2> <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> and if that doesn't work click into the address bar and remove the s from https at the beginning</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> |
