This commit is contained in:
parent
22ed9c2a22
commit
c297720f89
1 changed files with 11 additions and 1 deletions
|
@ -511,6 +511,16 @@ const quotes = [
|
||||||
"We would've been timeless",
|
"We would've been timeless",
|
||||||
"We slept with our heads together, we had the same dream",
|
"We slept with our heads together, we had the same dream",
|
||||||
"I'll lean the seat back even though you get carsick like that",
|
"I'll lean the seat back even though you get carsick like that",
|
||||||
"It hits different cause it's you"
|
"It hits different cause it's you",
|
||||||
|
"Clink, clink, being this young is art",
|
||||||
|
"Got lovestruck, went straight to my head",
|
||||||
|
"They might as well be looking at us, and if they call me a-",
|
||||||
|
"I didn't come here to make friends",
|
||||||
|
"We were born to be suburban legends",
|
||||||
|
"You kissed me in a way that's gonna screw me up forever",
|
||||||
|
"Fast-forward to three hundred takeout coffees later",
|
||||||
|
"You dream of my mouth before it called you a lying traitor",
|
||||||
|
"Baby, was it over then, and is it over now?",
|
||||||
|
"I had to turn into a shrouded mystery"
|
||||||
];
|
];
|
||||||
$("#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