From b60051cd2a6e3d1f830cfb12c4adb1a986e33076 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 20 Oct 2020 04:24:05 +0200 Subject: [PATCH] quotesssss --- scripts/quote.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/scripts/quote.js b/scripts/quote.js index 1bdcf0b..a2701c2 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -242,6 +242,25 @@ const quotes = [ "You play stupid games, you win stupid prizes", "We're so sad, we paint the town blue", "I was riding in a getaway car", - "Said goodbye in a getaway car" + "Said goodbye in a getaway car", + "I don't wanna dance if I'm not dancing with you", + "And right there, where we stood, was holy ground", + "Look at this godforsaken mess that you made me", + "Look at this idiotic fool that you made me", + "Don't call me kid, don't call me baby", + "And if my wishes came true, it would've been you", + "In my defense, I have none", + "But it would've been fun if you would've been the one", + "Take me to the lakes where all the poets went to die", + "A red rose grew up out of ice frozen ground", + "I don't belong, and my beloved, neither do you", + "I'm feelin' twenty-two", + "It feels like a perfect night to dress up like hipsters", + "Thinkin' all love ever does is break, and burn, and end", + "On a Wednesday, in a cafĂ©, I watched it begin again", + "I look through the windows of this love", + "Saying goodbye is death by a thousand cuts", + "Chandeliers still flicker in here", + "I see you everywhere, the only thing we share is this small town" ]; $('#quote-text').html('🎵 ' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file