quotequotequote

This commit is contained in:
Ellpeck 2020-04-02 02:11:09 +02:00
parent 2884ffb359
commit 79d40739d9
1 changed files with 18 additions and 1 deletions

View File

@ -24,6 +24,7 @@
MALINDA
Demi Lovato
Taylor Swift
Paramore
*/
const quotes = [
@ -180,6 +181,22 @@ const quotes = [
"Like fire and rain, you can drive me insane",
"I can't stay mad at you for anything",
"You're the harmony to every song I sing",
"I wouldn't change a, wouldn't change a thing"
"I wouldn't change a, wouldn't change a thing",
"I can feel the pressure",
"We're better off without you",
"Tell me where our time went, and if it was time well spent",
"Just don't let me fall asleep",
"Tonight I lie awake, feeling empty",
"Yea that's what I always loved the most about you",
"Baby if I'm half the man I say I am",
"If I'm a woman with no fear, just like I claim I am",
"The only proof that I need is you",
"They taped over your mouth",
"Scribbled out the truth with their lies",
"Your little spies",
"You say that I've been changing, that I'm not just simply aging",
"Just keep on cramming ideas down my throat",
"Next time you point a finger, I'll point you to the mirror",
"It has to be so lonely to be the only one who's holy"
];
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');