63 lines
2.3 KiB
HTML
63 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Nebula</title>
|
|
<!--
|
|
<link rel="icon" type="image/x-icon" href="/images/fav.png">
|
|
-->
|
|
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" href="style/master.css">
|
|
<link rel="stylesheet" href="style/main.css">
|
|
|
|
<!-- Embed -->
|
|
<meta name="theme-color" content="#5a189a">
|
|
<meta property=og:title content=Nebula>
|
|
</head>
|
|
<body>
|
|
<!-- Scripts -->
|
|
<script src="uv/uv.bundle.js"></script>
|
|
<script src="uv/uv.config.js"></script>
|
|
<script src="script.js"></script>
|
|
|
|
<div id="navbar">
|
|
<ul>
|
|
<li>
|
|
<p>Games</p>
|
|
<a onclick="location.href = '/mc'">Minecra<ubr>ft</a>
|
|
<span> |</span>
|
|
<a onclick="location.href = '/sm64'">SM<ubr>64</a>
|
|
<span> |</span>
|
|
<a onclick="location.href = '/go/hvtrs8%2F-kpulkgr%2Cim%2F'">Krunk<ubr>er</a>
|
|
<span> |</span>
|
|
<a onclick="location.href = '/go/hvtrs8%2F-sjenlqhmci.ko-'">Shell <ubr>Shockers</a>
|
|
<!--
|
|
<span> |</span>
|
|
<a onclick="location.href = '/hl/xash.html'">Half<ubr> Life</a>
|
|
-->
|
|
</li>
|
|
<li>
|
|
<p>Chat</p>
|
|
<a onclick="location.href = 'https://matrix.to/#/!rvVQTCwjJXUVrybRqZ:matrix.phene.dev?&via=matrix.org'">Mat<ubr>rix</a>
|
|
<span> |</span>
|
|
<a onclick="location.href = '/go/hvtrs8%2F-dksaopd%2Ccmm-ilvktg%2FIN%3AbUj0eH8'">Disc<ubr>ord</a>
|
|
</li>
|
|
<li>
|
|
<p>Options</p>
|
|
<a id=nogg onclick="toggleNoGG()">NoGG</a>
|
|
<span> |</span>
|
|
<a onclick="alert('Coming soon on V7 update!')">Proxy: Aero</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<script src="form.js"></script>
|
|
|
|
<div id="content">
|
|
<h1>nebula.</h1>
|
|
<form class="url" action="" method="POST" id="unblocker-form">
|
|
<input type="text" id="url" name="url" autofocus="" autocomplete="off" placeholder="Explore the web freely.">
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|