diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 91cf06f..4ecb0de 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -352,6 +352,16 @@ const quotes = [ "Call me by your name", "Tell me you love me in private", "I do not care if you lying", - "I'm not fazed, only here to sin" + "I'm not fazed, only here to sin", + "We ain't getting through this, babe", + "This is the last time I'll ever call you babe", + "What a shame, didn't want to be the one that got away", + "Big mistake, you broke the sweetest promise", + "What a waste, taking down the pictures and the plans we made", + "Message in a bottle is all I can do", + "I become hypnotized by freckles and bright eyes", + "Cause you could be the one that I love", + "How is it in London?", + "You could be the one that I keep" ]; $('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file