-
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.
Merge pull request #206 from Troid-Tech/localhost-connect-string
Localhost connect string
- Loading branch information
Showing
2 changed files
with
39 additions
and
42 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,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/[email protected]/dist/aos.css" 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"> | ||
|
@@ -71,28 +73,24 @@ | |
<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> | ||
<form id="serverlist_container" class="monocle-enriched"> | ||
<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> | ||
</div> | ||
<div id="ms_error" class="error" style="display: none;"> | ||
<p>Could not connect to the master server.</p> | ||
<p>Showing saved list.</p> | ||
|
@@ -103,17 +101,17 @@ <h2>Please <a href="http://web.aceattorneyonline.com/">click here</a> and if tha | |
</div> | ||
</noscript> | ||
<ul class="serverlist"> | ||
<li id="server-2" class="available" onmouseover="setServ(-2)"> | ||
<li id="server-2" onmouseover="setServ(-2)"> | ||
<p>Singleplayer (beta)</p> | ||
<a class="button" href="client.html?mode=replay">Try</a> | ||
</li> | ||
</ul> | ||
<ul class="serverlist" id="masterlist"></ul> | ||
<ul class="serverlist"> | ||
<li id="server-1" class="unavailable" onmouseover="setServ(-1)"> | ||
<li id="server-1" onmouseover="setServ(-1)"> | ||
<p>Localhost</p> | ||
<a class="button" href="client.html?mode=watch&ip=127.0.0.1:50001">Watch</a> | ||
<a class="button" href="client.html?mode=join&ip=127.0.0.1:50001">Join</a> | ||
<a class="button" href="client.html?mode=watch&connect=ws://127.0.0.1:50001">Watch</a> | ||
<a class="button" href="client.html?mode=join&connect=ws://127.0.0.1:50001">Join</a> | ||
</li> | ||
</ul> | ||
<div id="info_container"> | ||
|
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