From a841f4772b5508ffc119c9ad2d5f0c446c2a8785 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 6 May 2020 21:27:34 +0200 Subject: [PATCH] mooooooooooooore, moooooooooooooore, moooooooooore, more, moore --- scripts/quote.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/quote.js b/scripts/quote.js index cda13da..6a59630 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -201,6 +201,13 @@ const quotes = [ "It has to be so lonely to be the only one who's holy", "Somebody said: Be what you'll be", "We could be old, and cold, and dead on the sea", - "I can't count the reasons I should stay" + "I can't count the reasons I should stay", + "You can't be too careful anymore", + "When all that is waiting for you won't come any closer", + "You've got to reach a little more", + "And it's obvious that you're dying", + "Just living proof that the camera's lying", + "Smile, cause you'll go out in style", + "Cause after all this time, I'm still into you" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file