mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -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>
|
</sl-dialog>
|
||||||
</alerts>
|
</alerts>
|
||||||
<body id="noscroll">
|
<body id="noscroll">
|
||||||
<div class="header" id="header">
|
<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>
|
||||||
<a href="/index.html">Home</a>
|
|
||||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||||
<a href="/projects.html">Games</a>
|
<a href="/projects.html">Games</a>
|
||||||
<a href="/settings.html">Settings</a>
|
<a href="/settings.html">Settings</a>
|
||||||
<a href="/support.html">Support</a>
|
<a href="/support.html">Support</a>
|
||||||
<a id="blank" href="#">Open Blank</a>
|
<a id="blank" href="#">Open Blank</a>
|
||||||
<a href="/about.html">About</a><a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
<a href="/about.html">About</a>
|
||||||
<i class="fa fa-bars"></i>
|
</header>
|
||||||
</a>
|
|
||||||
<script>
|
|
||||||
function myFunction() {
|
|
||||||
var x = document.getElementById("header");
|
|
||||||
if (x.className === "header") {
|
|
||||||
x.className += " responsive";
|
|
||||||
} else {
|
|
||||||
x.className = "header";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<main id="main" class="noscroll">
|
<main id="main" class="noscroll">
|
||||||
<h1>selenite.</h1>
|
<h1>selenite.</h1>
|
||||||
<noscript>enable javascript if you want the games to actually load</noscript>
|
<noscript>enable javascript if you want the games to actually load</noscript>
|
||||||
@ -112,4 +98,4 @@ function myFunction() {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user