Add quote

This commit is contained in:
Zdenek Borovec 2024-06-23 23:07:11 +02:00
parent 6529fd2d90
commit 0eefdebd28

View file

@ -20,6 +20,7 @@ $quote_arr = [
happens when somebody else reads it for you.",
"Everybody lies.",
"You use the installer only once every few years, thus it should not influence your choice of distribution.",
"Power tends to corrupt, and absolute power corrupts absolutely.",
];
$quote_author_arr = [
@ -30,6 +31,7 @@ $quote_author_arr = [
"Bertrand Russel",
"House M.D.",
"Ales Zelinka (paraphrased)",
"John Dalberg-Acton",
];
?>