more quotes
This commit is contained in:
parent
3c589326fd
commit
04aa0300b7
1 changed files with 13 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
||||||
Madsen
|
Madsen
|
||||||
Wir Sind Helden
|
Wir Sind Helden
|
||||||
Juli
|
Juli
|
||||||
|
MALINDA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const quotes = [
|
const quotes = [
|
||||||
|
@ -135,6 +136,17 @@ const quotes = [
|
||||||
"Uns war kein Weg zu weit",
|
"Uns war kein Weg zu weit",
|
||||||
"Ich fahr, bis es in den Beinen sticht",
|
"Ich fahr, bis es in den Beinen sticht",
|
||||||
"Mit dem Fahrrad durch die Nacht",
|
"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>');
|
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue