diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 731b83a..31b8a4b 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -423,6 +423,40 @@ const quotes = [ "Your Brooklyn broke my skin and bones", "And did the twin flame bruise paint you blue?", "Just between us, did the love affair maim you too?", - "I still remember the first fall of snow, and how it glistened as it fell" + "I still remember the first fall of snow, and how it glistened as it fell", + "Meet me at midnight", + "I feel the lavender haze creeping up on me", + "No deal, the 1950s shit they want from me", + "The burgundy on my t-shirt when you splashed your wine into me", + "How the blood rushed into my cheeks", + "So scarlet, it was maroon", + "Carnations you had thought were roses, that's us", + "I wake with your memory over me", + "I have this thing where I get older but just never wiser", + "Midnights become my afternoons", + "It's me, hi, I'm the problem, it's me", + "It must be exhausting always rooting for the anti-hero", + "I have this dream my daughter-in-law kills me for the money", + "It's coming down, no sound, it's all around", + "You're on your own, kid, you can face this", + "He wanted it comfortable, I wanted that pain", + "He was sunshine, I was midnight rain", + "Draw the cat eye sharp enough to kill a man", + "You did some bad things, but I'm the worst of them", + "Lately I've been dressing for revenge", + "I polish up real nice", + "Best believe I'm still bejeweled", + "I can still make the whole place shimmer", + "What if I told you none of it was accidental?", + "I laid the groundwork and then the dominoes cascaded in a line", + "Stumble down pretend alleyways", + "Cheap wine, make believe it's champagne", + "Sit quiet by my side in the shade", + "I'm so in love that I might stop breathing", + "Dear reader, if it feels like a trap, you're already in one", + "Dear reader, burn all the files, desert all your past lives", + "Dear reader, bend when you can, snap when you have to", + "You should find another guiding light", + "This is why I don't leave the house" ]; -$('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file +$('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`);