Add quote.
This commit is contained in:
parent
fb67bc06c4
commit
ec5f3f341c
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,8 @@ $quote_arr = [
|
||||||
no matter what you're doing, you'd draw the blinds.",
|
no matter what you're doing, you'd draw the blinds.",
|
||||||
"It's not that I have something to hide...
|
"It's not that I have something to hide...
|
||||||
I've got nothing I want you to see.",
|
I've got nothing I want you to see.",
|
||||||
|
"Your scientists were so preoccupied with whether or not they could,
|
||||||
|
they didn't stop to think if they should.",
|
||||||
];
|
];
|
||||||
|
|
||||||
$quote_author_arr = [
|
$quote_author_arr = [
|
||||||
|
@ -43,6 +45,7 @@ $quote_author_arr = [
|
||||||
"Edward Snowden",
|
"Edward Snowden",
|
||||||
"SomeOrdinaryGamers",
|
"SomeOrdinaryGamers",
|
||||||
"Anon (film)",
|
"Anon (film)",
|
||||||
|
"Ian Malcolm (Jurassic Park)",
|
||||||
];
|
];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue