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