From 04aa0300b716d6fbb9318a3eea7fa7143b387ef5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 9 Nov 2019 23:57:44 +0100 Subject: [PATCH] more quotes --- scripts/quote.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts/quote.js b/scripts/quote.js index 71fb6b3..3c2af28 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -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('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file