add quote
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user