This commit is contained in:
parent
fc3405fa82
commit
7d9b70bedc
1 changed files with 11 additions and 1 deletions
|
@ -352,6 +352,16 @@ const quotes = [
|
||||||
"Call me by your name",
|
"Call me by your name",
|
||||||
"Tell me you love me in private",
|
"Tell me you love me in private",
|
||||||
"I do not care if you lying",
|
"I do not care if you lying",
|
||||||
"I'm not fazed, only here to sin"
|
"I'm not fazed, only here to sin",
|
||||||
|
"We ain't getting through this, babe",
|
||||||
|
"This is the last time I'll ever call you babe",
|
||||||
|
"What a shame, didn't want to be the one that got away",
|
||||||
|
"Big mistake, you broke the sweetest promise",
|
||||||
|
"What a waste, taking down the pictures and the plans we made",
|
||||||
|
"Message in a bottle is all I can do",
|
||||||
|
"I become hypnotized by freckles and bright eyes",
|
||||||
|
"Cause you could be the one that I love",
|
||||||
|
"How is it in London?",
|
||||||
|
"You could be the one that I keep"
|
||||||
];
|
];
|
||||||
$('#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