quotequotequote
This commit is contained in:
parent
2884ffb359
commit
79d40739d9
1 changed files with 18 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
||||||
MALINDA
|
MALINDA
|
||||||
Demi Lovato
|
Demi Lovato
|
||||||
Taylor Swift
|
Taylor Swift
|
||||||
|
Paramore
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const quotes = [
|
const quotes = [
|
||||||
|
@ -180,6 +181,22 @@ const quotes = [
|
||||||
"Like fire and rain, you can drive me insane",
|
"Like fire and rain, you can drive me insane",
|
||||||
"I can't stay mad at you for anything",
|
"I can't stay mad at you for anything",
|
||||||
"You're the harmony to every song I sing",
|
"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>');
|
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue