after all these days
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-11-13 13:57:49 +01:00
parent 9ec821fb60
commit 68a446ae0d
1 changed files with 12 additions and 1 deletions

View File

@ -362,6 +362,17 @@ const quotes = [
"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"
"You could be the one that I keep",
"I was never good at telling jokes",
"The punchline goes: I'll get older but your lovers stay my age",
"Did the twin flame bruise paint you blue?",
"I still remember the first fall of snow",
"Did the love affair maim you too?",
"Sacred prayer, I was there, I remember it",
"Down the stairs, I was there, I remember it",
"Wind in my hair, I was there, I remember it",
"It's supposed to be fun, turning twenty-one",
"They say all's well that ends well, but I'm in a new hell",
"A jewel whose shine reflects on you"
];
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);