diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 2fc10a7..74db156 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -362,6 +362,17 @@ const quotes = [ "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" + "You could be the one that I keep", + "I was never good at telling jokes", + "The punchline goes: I'll get older but your lovers stay my age", + "Did the twin flame bruise paint you blue?", + "I still remember the first fall of snow", + "Did the love affair maim you too?", + "Sacred prayer, I was there, I remember it", + "Down the stairs, I was there, I remember it", + "Wind in my hair, I was there, I remember it", + "It's supposed to be fun, turning twenty-one", + "They say all's well that ends well, but I'm in a new hell", + "A jewel whose shine reflects on you" ]; $('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file