This commit is contained in:
parent
898ee1069d
commit
857efd717e
1 changed files with 32 additions and 1 deletions
|
@ -339,6 +339,37 @@ const quotes = [
|
||||||
"Ihr sagt was so upgeht, must doch bitte come down",
|
"Ihr sagt was so upgeht, must doch bitte come down",
|
||||||
"Entschuldigung, ich sagte, wir sind gekommen, um zu bleiben",
|
"Entschuldigung, ich sagte, wir sind gekommen, um zu bleiben",
|
||||||
"Dann sagt ihr schau, the end is near, bitte face your final curtain",
|
"Dann sagt ihr schau, the end is near, bitte face your final curtain",
|
||||||
"Diese Geister singen schief und sind nicht einfach auszutreiben"
|
"Diese Geister singen schief und sind nicht einfach auszutreiben",
|
||||||
|
"I don't know why, but with you I'd dance in a storm",
|
||||||
|
"I wanna stay right here, in this passenger seat",
|
||||||
|
"You put your eyes on me, in this moment now, capture it, remember it",
|
||||||
|
"It's the first kiss, it's flawless, really somethin'",
|
||||||
|
"I got tired of waiting",
|
||||||
|
"Wondering if you were ever coming around",
|
||||||
|
"My faith in you was fading when I met you on the outskirts of town",
|
||||||
|
"Romeo, save me, I've been feeling so alone",
|
||||||
|
"I keep waiting for you, but you never come",
|
||||||
|
"Is this in my head, I don't know what to think",
|
||||||
|
"Cause I'm not your princess",
|
||||||
|
"This ain't our fairytale",
|
||||||
|
"You're in my rearview mirror, disappearing now",
|
||||||
|
"I'm not the one you'll sweep off their feet",
|
||||||
|
"This ain't Hollywood, this is a small town",
|
||||||
|
"Now it's too late for you and your white horse",
|
||||||
|
"It rains when you're here and it rains when you're gone",
|
||||||
|
"I was there when you said 'forever and always'",
|
||||||
|
"You got the keys to me",
|
||||||
|
"I love each freckle on your face",
|
||||||
|
"Take a deep breath and jump, then fall into me",
|
||||||
|
"Baby, I'm never gonna leave you",
|
||||||
|
"Say that you wanna be with me too",
|
||||||
|
"It's the best seat in the best room",
|
||||||
|
"So far above feeling anything",
|
||||||
|
"It's such a shame, cause I was Miss Here To Stay",
|
||||||
|
"Goodbye, Mister Casually Cruel",
|
||||||
|
"That's when I'll be waiting at the front gate",
|
||||||
|
"When I see your face, I'll let you in, and baby, that's when",
|
||||||
|
"I don't know why all the trees change in the fall",
|
||||||
|
"I had the best day with you today"
|
||||||
];
|
];
|
||||||
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
Loading…
Reference in a new issue