This commit is contained in:
parent
2935dabcfc
commit
a44e9c0816
1 changed files with 12 additions and 30 deletions
|
@ -1,34 +1,10 @@
|
||||||
/*
|
/*
|
||||||
Song lyric credits:
|
Song lyrics totally stolen from Owl City, The All-American Rejects, Yellowcard, Daniel Powter,
|
||||||
Owl City
|
Marianas Trench, Fall Out Boy, Maroon 5, The Script, Poppy, IAMX, The Faint, Coldplay, dodie,
|
||||||
The All-American Rejects
|
blink-182, Albert Hammond Jr, Lorde, Michael Patrick Kelly, Madsen, The Crazy Ex-Girlfriend Cast,
|
||||||
Yellowcard
|
Wir Sind Helden, Juli, MALINDA, Demi Lovato, Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X.
|
||||||
Daniel Powter
|
Thanks for making my life better with your songs. <3
|
||||||
Marianas Trench
|
|
||||||
Fall Out Boy
|
|
||||||
Maroon 5
|
|
||||||
The Script
|
|
||||||
Poppy
|
|
||||||
IAMX
|
|
||||||
The Faint
|
|
||||||
Coldplay
|
|
||||||
dodie
|
|
||||||
blink-182
|
|
||||||
Albert Hammond, Jr.
|
|
||||||
Lorde
|
|
||||||
Michael Patrick Kelly
|
|
||||||
Madsen
|
|
||||||
The Crazy Ex-Girlfriend Cast
|
|
||||||
Wir Sind Helden
|
|
||||||
Juli
|
|
||||||
MALINDA
|
|
||||||
Demi Lovato
|
|
||||||
Taylor Swift
|
|
||||||
Paramore
|
|
||||||
The 88
|
|
||||||
Hamilton
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const quotes = [
|
const quotes = [
|
||||||
"I'm an oddity and that's alright",
|
"I'm an oddity and that's alright",
|
||||||
"There's no such thing as luck",
|
"There's no such thing as luck",
|
||||||
|
@ -370,6 +346,12 @@ const quotes = [
|
||||||
"That's when I'll be waiting at the front gate",
|
"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",
|
"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 don't know why all the trees change in the fall",
|
||||||
"I had the best day with you today"
|
"I had the best day with you today",
|
||||||
|
"Call me when you want, call me when you need",
|
||||||
|
"Call me in the morning, I'll be on the way",
|
||||||
|
"Call me by your name",
|
||||||
|
"Tell me you love me in private",
|
||||||
|
"I do not care if you lying",
|
||||||
|
"I'm not fazed, only here to sin"
|
||||||
];
|
];
|
||||||
$('#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