Add quote

This commit is contained in:
Zdenek Borovec 2024-08-04 10:40:31 +02:00 committed by Zdeněk Borovec
parent 9c5d4e8890
commit d1f116c6a7

View file

@ -52,6 +52,8 @@ $quote_arr = [
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 "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,
coming to a Cloud near you soon sponsored by Google."
]; ];
$quote_author_arr = [ $quote_author_arr = [
@ -76,6 +78,7 @@ $quote_author_arr = [
"Gaff (Blade Runner)", "Gaff (Blade Runner)",
"Emil Cioran", "Emil Cioran",
"Louis Rossman", "Louis Rossman",
"Trisymphony",
]; ];
?> ?>