This commit is contained in:
parent
38a5e8ef5b
commit
73cc32dc62
1 changed files with 18 additions and 2 deletions
|
@ -226,6 +226,22 @@ const quotes = [
|
||||||
"You'll be back, soon you'll see",
|
"You'll be back, soon you'll see",
|
||||||
"You'll remember you belong to me",
|
"You'll remember you belong to me",
|
||||||
"I am not throwing away my shot",
|
"I am not throwing away my shot",
|
||||||
"I'm just like my country, I'm young, scrappy and hungry"
|
"I'm just like my country, I'm young, scrappy and hungry",
|
||||||
|
"The lights are so bright, but they never blind me",
|
||||||
|
"I would wait forever and ever",
|
||||||
|
"Searchin' for a sound we hadn't heard before",
|
||||||
|
"They picked out a home and called it Holiday House",
|
||||||
|
"It must've been her fault his heart gave out",
|
||||||
|
"There goes the last great American dynasty",
|
||||||
|
"I'm the one who burned us down",
|
||||||
|
"Just don't go, meet me in the afterglow",
|
||||||
|
"I take the long way home",
|
||||||
|
"I ask the traffic lights if it'll be alright",
|
||||||
|
"You said it was a great love, one for the ages",
|
||||||
|
"I'm so mystified by how this city screams your name",
|
||||||
|
"You play stupid games, you win stupid prizes",
|
||||||
|
"We're so sad, we paint the town blue",
|
||||||
|
"I was riding in a getaway car",
|
||||||
|
"Said goodbye in a getaway car"
|
||||||
];
|
];
|
||||||
$('#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