more quotes

This commit is contained in:
Ellpeck 2019-11-09 23:57:44 +01:00
parent 3c589326fd
commit 04aa0300b7

View file

@ -20,6 +20,7 @@
Madsen
Wir Sind Helden
Juli
MALINDA
*/
const quotes = [
@ -135,6 +136,17 @@ const quotes = [
"Uns war kein Weg zu weit",
"Ich fahr, bis es in den Beinen sticht",
"Mit dem Fahrrad durch die Nacht",
"Rote Ampeln, leere Stadt"
"Rote Ampeln, leere Stadt",
"Ballerina in your music box",
"Forever turning to the same tune",
"They stare, but do they care about what you can't rearrange?",
"Who's face is in the mirror today?",
"Set fire to the roof of your house",
"Angel wings at the bus stop",
"Halos left on top of the bar",
"Heaven doesn't want me now",
"I wanna feel happy days, happy days",
"Hey kid, don't quit your daydream yet",
"Hey kid, don't listen to your head"
];
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');