1
0

More quotes

This commit is contained in:
Deven Blake 2021-01-06 16:17:33 -05:00
parent cc40d5cb50
commit 80b34d4cdc

View File

@ -68,7 +68,13 @@ window.initializequotes = function() {
[ "I wish everyone was bald.", [ "I wish everyone was bald.",
"Anonymous" ], "Anonymous" ],
[ "Who is this?", [ "Who is this?",
"Stephen King" ] "Stephen King" ],
[ "Nah",
"Soldier G65434-2" ],
[ "Everything not saved will be lost.",
"Quit screen" ],
[ "The kill command is a basic UNIX system command.",
"Matthew Helmke" ]
]; ];
window.quote = 0; window.quote = 0;
} }