Semantic stuff, bundle fixes

This commit is contained in:
2024-06-30 12:22:00 +01:00
parent 02b93b537b
commit adb6493a14
3 changed files with 10 additions and 3 deletions

View File

@@ -98,10 +98,15 @@ const quotebank = [
"evil!!!",
"proud keychron owner!",
"rotten!",
"is george w bush!"
"is george w bush!",
"it's a unix system!",
"runs on forbidden hardware!",
"hosted by gnomes!",
"all your base are belong to me!",
]
const len = quotebank.length
const quote = quotebank[Math.floor(Math.random() * len)]
document.getElementById("quote").innerHTML = `“${quote}”`
document.getElementById("quote").innerHTML = `“${quote}”`