From af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 19 May 2022 11:49:53 -0500
Subject: Initial commit
I'm doing content + generation in this ... who knows if it's smart, lol.
---
src/favicon.ht | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 src/favicon.ht
(limited to 'src/favicon.ht')
diff --git a/src/favicon.ht b/src/favicon.ht
new file mode 100644
index 0000000..b9df118
--- /dev/null
+++ b/src/favicon.ht
@@ -0,0 +1,15 @@
+;@@title: Embedded data-url favicon@@
+
+You might notice that I have a new favicon on this site.
+I didn't want to make a whole nother request, so I took a page from
+=> http://flower.codes/2022/05/10/disabling-favicon.html flower.codes
+(who disabled their favicon completely) and made my favicon a data
uri.
+
+I thought it might be complicated, but it was really pretty ding dang easy.
+I found an easy-to-use
+=> https://www.adminbooster.com/tool/data_uri file-to-data-uri converter tool
+and uploaded a little image I made in the
+GIMP. I tried PNG and GIF.
+GIF was much smaller, so that's what I went with.
+
+Anyway, now you should see a little house on the tab you've loaded this on! Yay.
--
cgit 1.4.1-21-gabe81