From 80b34d4cdc24dbcbdf37b3b1d3612a2ae6841dab Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 6 Jan 2021 16:17:33 -0500 Subject: [PATCH] More quotes --- homepage/quotes.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/homepage/quotes.js b/homepage/quotes.js index 2ab6897..104292f 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -68,7 +68,13 @@ window.initializequotes = function() { [ "I wish everyone was bald.", "Anonymous" ], [ "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; }