Semantic stuff, bundle fixes
This commit is contained in:
@@ -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}”`
|
||||
|
||||
Reference in New Issue
Block a user