Add quote

This commit is contained in:
Zdenek Borovec 2024-08-05 22:01:39 +02:00
parent 395e66488b
commit 557c66edfb

View file

@ -53,7 +53,9 @@ $quote_arr = [
"The problem with autism is that it causes both myself and you "The problem with autism is that it causes both myself and you
to solve the wrong problem.", to solve the wrong problem.",
"Diverse AI cat image generator written in Rust, "Diverse AI cat image generator written in Rust,
coming to a Cloud near you soon sponsored by Google." coming to a Cloud near you soon sponsored by Google.",
"Courage is knowing it might hurt, and doing it anyway.
Stupidity is the same. And that's why life is hard.",
]; ];
$quote_author_arr = [ $quote_author_arr = [
@ -79,6 +81,7 @@ $quote_author_arr = [
"Emil Cioran", "Emil Cioran",
"Louis Rossman", "Louis Rossman",
"Trisymphony", "Trisymphony",
"Jeremy Goldberg",
]; ];
?> ?>