add some more quotes again after a while!!
All checks were successful
ci/woodpecker/push/main Pipeline was successful
All checks were successful
ci/woodpecker/push/main Pipeline was successful
This commit is contained in:
parent
83e4e487f8
commit
83dec577e2
1 changed files with 16 additions and 1 deletions
|
@ -496,6 +496,21 @@ const quotes = [
|
|||
"Lights down, camera, action, here's my next distraction",
|
||||
"I guess I'm a mess, I'm a mess without u",
|
||||
"I'll kill the lights to lose you in the dark",
|
||||
"So I don't distroy us, please, baby, disarm me"
|
||||
"So I don't distroy us, please, baby, disarm me",
|
||||
"Your eyes whispered: Have we met?",
|
||||
"This night is sparkling, don't you let it go",
|
||||
"Two a.m., who do you love?",
|
||||
"Like if Cleopatra grew up in a small town",
|
||||
"Once, I was a great hope for a dynasty",
|
||||
"Their faith was strong, but I pushed it too far",
|
||||
"It was the end of a decade, but the start of an age",
|
||||
"For a moment, a band of thieves in ripped-up jeans got to rule the world",
|
||||
"I had the time of my life fighting dragons with you",
|
||||
"In those photos, I saw us instead",
|
||||
"Even if we'd met on a crowded street in 1944",
|
||||
"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"
|
||||
];
|
||||
$("#quote-text").html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
||||
|
|
Loading…
Reference in a new issue