Added more funky quotes
This commit is contained in:
parent
26f314b1bb
commit
4b10bc5c51
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ var quotes = [
|
|||
"what is a for loop?",
|
||||
"donald trump",
|
||||
"zero one one one zero zero zero one zero one",
|
||||
"Now we'll show proof that 1 > 0"
|
||||
"Now we'll show proof that 1 > 0",
|
||||
"[TELL ME]"
|
||||
"Supercomplilation"
|
||||
];
|
||||
|
||||
document.addEventListener("DOMContentLoaded", setup);
|
||||
|
|
Loading…
Reference in a new issue