1 new line for the headers stuff
This commit is contained in:
parent
e67881aa4f
commit
8fea9ff76b
1 changed files with 4 additions and 3 deletions
|
@ -45,18 +45,19 @@
|
||||||
</p>
|
</p>
|
||||||
<a href = "https://rustystriker.dev/about.html">About</a>
|
<a href = "https://rustystriker.dev/about.html">About</a>
|
||||||
<a href = "https://gitea.rustystriker.dev/RustyStriker/website">Source</a>
|
<a href = "https://gitea.rustystriker.dev/RustyStriker/website">Source</a>
|
||||||
<!-- <a href = "https://rustystriker.dev/licenses.html">Licenses</a> -->
|
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
let opts = [
|
let opts = [
|
||||||
"A place for wanky stuff, weird JavaScript and wam-ish takes",
|
"A place for wanky stuff, weird JavaScript and wam-ish takes",
|
||||||
"not a graphic designer",
|
"*not a graphic designer",
|
||||||
"Just another semi-old school website",
|
"Just another semi-old school website",
|
||||||
"This website uses absolutely no cookies",
|
"This website uses absolutely no cookies",
|
||||||
"This website is provided as is with no warranty",
|
"This website is provided as is with no warranty",
|
||||||
"For the best experience you might want to use Firefox/Librewolf",
|
"For the best experience you might want to use Firefox/Librewolf",
|
||||||
"I use <a href= \"https://artixlinux.org/\" >Artix</a> btw",
|
"I use <a href= \"https://artixlinux.org/\" >Artix</a> btw",
|
||||||
|
"*not a good writer",
|
||||||
|
"Avoid web bloat!",
|
||||||
];
|
];
|
||||||
document.getElementById("subtitle").innerHTML = opts[Math.floor(Math.random() * opts.length)];
|
document.getElementById("subtitle").innerHTML = opts[Math.floor(Math.random() * opts.length)];
|
||||||
</script>
|
</script>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue