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,17 +45,18 @@
|
|||
</p>
|
||||
<a href = "https://rustystriker.dev/about.html">About</a>
|
||||
<a href = "https://gitea.rustystriker.dev/RustyStriker/website">Source</a>
|
||||
<!-- <a href = "https://rustystriker.dev/licenses.html">Licenses</a> -->
|
||||
</div>
|
||||
<script>
|
||||
let opts = [
|
||||
"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",
|
||||
"This website uses absolutely no cookies",
|
||||
"This website is provided as is with no warranty",
|
||||
"For the best experience you might want to use Firefox/Librewolf",
|
||||
"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)];
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue