-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
726d037
commit 246181c
Showing
1 changed file
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,14 +32,24 @@ | |
<meta http-equiv="X-WebKit-CSP" | ||
content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com data:; frame-src https://servers.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://servers.aceattorneyonline.com ws:;"> | ||
|
||
<meta name="viewport" content="width=700, initial-scale=1"> | ||
<meta name="theme-color" content="#2c3d51"> | ||
|
||
<!-- 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 href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed" rel="stylesheet"> | ||
<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/[email protected]/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"> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="favicon.ico"> | ||
<link rel="manifest" href="manifest.json"> | ||
<script> | ||
|
@@ -61,31 +71,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/#">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://aceattorneyonline.com/#about">About</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://aceattorneyonline.com/#download">Download</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://aceattorneyonline.com/#faq">FAQ</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://aceattorneyonline.com/help.html">Help</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" target="_blank" href="https://discord.gg/wWvQ3pw">Discord</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://aceattorneyonline.com/blog">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="http://web.aceattorneyonline.com/">Play Online</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> | ||
|
@@ -135,4 +133,4 @@ <h2>Server List</h2> | |
</form> | ||
</body> | ||
|
||
</html> | ||
</html> |