Add quote

This commit is contained in:
Zdenek Borovec 2024-06-30 06:19:16 +02:00
parent 0e06e7b977
commit 3a9b6fbfb2

View file

@ -25,6 +25,8 @@ $quote_arr = [
"Arguing that you don't care about the right to privacy because you have
nothing to hide is no different than saying you don't care about free
speech because you have nothing to say.",
"If someone was looking through your window with binoculars,
no matter what you're doing, you'd draw the blinds.",
];
$quote_author_arr = [
@ -37,6 +39,7 @@ $quote_author_arr = [
"Ales Zelinka (paraphrased)",
"John Dalberg-Acton",
"Edward Snowden",
"SomeOrdinaryGamers",
];
?>