mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
Update index.html
This commit is contained in:
parent
b1ba576c04
commit
a70dd97808
24
index.html
24
index.html
@ -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>
|
Loading…
x
Reference in New Issue
Block a user