This commit is contained in:
parent
1d94295b78
commit
c82c7513cb
1 changed files with 25 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Song lyrics totally stolen from Owl City, The All-American Rejects, Yellowcard, Daniel Powter,
|
Song lyrics totally stolen from Owl City, The All-American Rejects, Yellowcard, Daniel Powter,
|
||||||
Marianas Trench, Fall Out Boy, Maroon 5, The Script, Poppy, IAMX, The Faint, Coldplay, dodie,
|
Marianas Trench, Fall Out Boy, Maroon 5, The Script, Poppy, IAMX, The Faint, Coldplay, dodie, blink-182,
|
||||||
blink-182, Albert Hammond Jr, Lorde, Michael Patrick Kelly, Madsen, The Crazy Ex-Girlfriend Cast,
|
Albert Hammond Jr, Lorde, Michael Patrick Kelly, Madsen, The Crazy Ex-Girlfriend Cast, Wir Sind Helden,
|
||||||
Wir Sind Helden, Juli, MALINDA, Demi Lovato, Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X.
|
Juli, MALINDA, Demi Lovato, Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X, Chvrches, Hayley Williams.
|
||||||
Thanks for making my life better with your songs. <3
|
Thanks for making my life better with your songs. <3
|
||||||
*/
|
*/
|
||||||
const quotes = [
|
const quotes = [
|
||||||
|
@ -373,6 +373,27 @@ const quotes = [
|
||||||
"Wind in my hair, 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",
|
"It's supposed to be fun, turning twenty-one",
|
||||||
"They say all's well that ends well, but I'm in a new hell",
|
"They say all's well that ends well, but I'm in a new hell",
|
||||||
"A jewel whose shine reflects on you"
|
"A jewel whose shine reflects on you",
|
||||||
|
"The mother we share will never keep our cold heart from calling",
|
||||||
|
"The mother we share will never keep your proud head from falling",
|
||||||
|
"I keep my lips shut tight until you go-oh-oh-oh-oh",
|
||||||
|
"Come in misery, where you can seem as old as your omens",
|
||||||
|
"Cover up, cover up, cover up that you're ruthless",
|
||||||
|
"Nobody, nobody's ever gonna notice",
|
||||||
|
"We tried to bury it and rise above",
|
||||||
|
"You never promised me you'd see it differently",
|
||||||
|
"I beat it like a dead horse, I beat it like a drum",
|
||||||
|
"I stayed with you too long, skipping like a record",
|
||||||
|
"He said: 'You bore me to death'",
|
||||||
|
"He said: 'It's all in your head'",
|
||||||
|
"And: 'Get drunk, but don't be a mess'",
|
||||||
|
"Wasn't it gonna be different, wasn't it gonna be true?",
|
||||||
|
"Weren't you gonna be honest, weren't you gonna be pure?",
|
||||||
|
"All you want is to play at playing God",
|
||||||
|
"You give me everything I never deserved",
|
||||||
|
"Here's to taking what you came for",
|
||||||
|
"Here's to never ending circles",
|
||||||
|
"No time to bow down, no time to kill",
|
||||||
|
"No justifying staying down in silence"
|
||||||
];
|
];
|
||||||
$('#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