firm faves
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Ell 2023-10-27 13:38:47 +02:00
parent 22ed9c2a22
commit c297720f89

View file

@ -511,6 +511,16 @@ const quotes = [
"We would've been timeless",
"We slept with our heads together, we had the same dream",
"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>`);