Add quote

This commit is contained in:
Zdenek Borovec 2024-08-02 08:12:00 +02:00 committed by Zdeněk Borovec
parent 95eab9b187
commit 9c5d4e8890

View file

@ -50,6 +50,8 @@ $quote_arr = [
"It's too bad she won't live, but then again, who does?", "It's too bad she won't live, but then again, who does?",
"It's not worth the bother of killing yourself, "It's not worth the bother of killing yourself,
since you always kill yourself too late.", since you always kill yourself too late.",
"The problem with autism is that it causes both myself and you
to solve the wrong problem.",
]; ];
$quote_author_arr = [ $quote_author_arr = [
@ -73,6 +75,7 @@ $quote_author_arr = [
"Roy (Blade Runner)", "Roy (Blade Runner)",
"Gaff (Blade Runner)", "Gaff (Blade Runner)",
"Emil Cioran", "Emil Cioran",
"Louis Rossman",
]; ];
?> ?>