commit 49dd0c2548717cbd5ad9f4f0a07e705b09c15336
parent c044433b6a59f15a828ad5e3bf7aafc819827028
Author: FIGBERT <figbert@figbert.com>
Date: Thu, 19 Sep 2024 15:57:44 -0700
Add another random tagline
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/templates/index.html b/templates/index.html
@@ -53,6 +53,7 @@
"boisterous",
"high technology artisan",
"I need 5 million egg tarts for my clients in the Dominican Republic",
+ "somebody has to and no one else will",
];
const quote = document.createElement("p");
quote.innerHTML = quotes[Math.floor(Math.random() * quotes.length)];