figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 67c7af14a7ec93a93ace79fd6c9d46fd7c4509d2
parent 9195c68710f4255c7b7d0f7d484e45551786d53f
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 25 Nov 2024 22:22:54 -0800

Add another tagline

Diffstat:
Mtemplates/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -54,6 +54,7 @@ "high technology artisan", "I need 5 million egg tarts for my clients in the Dominican Republic", "somebody has to and no one else will", + "All LLMs are bastards", ]; const quote = document.createElement("p"); quote.innerHTML = quotes[Math.floor(Math.random() * quotes.length)];