Update index.html

This commit is contained in:
LEGALISE_PIRACY 2024-01-25 20:58:06 +00:00
parent b1ba576c04
commit a70dd97808

View File

@ -56,29 +56,15 @@
</sl-dialog>
</alerts>
<body id="noscroll">
<div class="header" id="header">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="/index.html">Home</a>
<header>
<a href="/index.html">Home</a>
<a href="/bookmarklets.html">Bookmarklets</a>
<a href="/projects.html">Games</a>
<a href="/settings.html">Settings</a>
<a href="/support.html">Support</a>
<a id="blank" href="#">Open Blank</a>
<a href="/about.html">About</a><a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<script>
function myFunction() {
var x = document.getElementById("header");
if (x.className === "header") {
x.className += " responsive";
} else {
x.className = "header";
}
}
</script>
</div>
<a href="/about.html">About</a>
</header>
<main id="main" class="noscroll">
<h1>selenite.</h1>
<noscript>enable javascript if you want the games to actually load</noscript>
@ -112,4 +98,4 @@ function myFunction() {
</footer>
</body>
</html>
</html>