Add quote

This commit is contained in:
Zdenek Borovec 2024-09-16 11:37:03 +02:00
parent f76b76cf09
commit b55582438a

View file

@ -61,6 +61,8 @@ $quote_arr = [
has done is actually a good idea. That's because the developers with has done is actually a good idea. That's because the developers with
great ideas explain them and code them so well that everyone thinks great ideas explain them and code them so well that everyone thinks
that the idea was completely obvious and simple.", that the idea was completely obvious and simple.",
"Given a choice between dancing pigs and security,
users will pick dancing pigs every time.",
]; ];
$quote_author_arr = [ $quote_author_arr = [
@ -88,6 +90,7 @@ $quote_author_arr = [
"Trisymphony", "Trisymphony",
"Jeremy Goldberg", "Jeremy Goldberg",
"EatenByAGrue", "EatenByAGrue",
"Edward Felten",
]; ];
?> ?>