commit c044433b6a59f15a828ad5e3bf7aafc819827028
parent e19a469881cfe135fa56db14e9e4ffd22577facc
Author: FIGBERT <figbert@figbert.com>
Date: Thu, 19 Sep 2024 15:37:12 -0700
Add two more random taglines
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/index.html b/templates/index.html
@@ -51,6 +51,8 @@
"Last of the Big Spenders",
"i forgot how to use my crypto wallets",
"boisterous",
+ "high technology artisan",
+ "I need 5 million egg tarts for my clients in the Dominican Republic",
];
const quote = document.createElement("p");
quote.innerHTML = quotes[Math.floor(Math.random() * quotes.length)];