Add quote

This commit is contained in:
Zdenek Borovec 2024-08-02 08:12:00 +02:00
parent 6ae0d30ca2
commit ccbdd6aecd

View file

@ -50,6 +50,8 @@ $quote_arr = [
"It's too bad she won't live, but then again, who does?",
"It's not worth the bother of killing yourself,
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 = [
@ -73,6 +75,7 @@ $quote_author_arr = [
"Roy (Blade Runner)",
"Gaff (Blade Runner)",
"Emil Cioran",
"Louis Rossman",
];
?>