add quote

This commit is contained in:
2025-03-06 08:52:23 +00:00
parent ea2c9a0ad9
commit 3031b4b98e
+1
View File
@@ -9,6 +9,7 @@ const quotes = [
"do you like hurting other people?", "do you like hurting other people?",
"check out increm.net !", "check out increm.net !",
"get real", "get real",
"see you space cowboy..."
]; ];
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
const randomIndex = Math.floor(Math.random() * quotes.length); const randomIndex = Math.floor(Math.random() * quotes.length);