about summary refs log tree commit diff stats
path: root/src/favicon.ht
diff options
context:
space:
mode:
authorCase Duckworth2022-05-19 11:49:53 -0500
committerCase Duckworth2022-05-19 11:49:53 -0500
commitaf52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 (patch)
treed5cfca7f6ce469b45bf4c38e4d53ae22d7bfff0a /src/favicon.ht
downloadhat-trick-af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0.tar.gz
hat-trick-af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0.zip
Initial commit
I'm doing content + generation in this ... who knows if it's smart, lol.
Diffstat (limited to 'src/favicon.ht')
-rw-r--r--src/favicon.ht15
1 files changed, 15 insertions, 0 deletions
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 @@
1;@@title: Embedded data-url favicon@@
2
3You might notice that I have a <b>new favicon</b> on this site.
4I didn't want to make a whole nother request, so I took a page from
5=> http://flower.codes/2022/05/10/disabling-favicon.html flower.codes
6(who disabled their favicon completely) and made my favicon a <code>data</code> uri.
7
8I thought it might be complicated, but it was really pretty ding dang easy.
9I found an easy-to-use
10=> https://www.adminbooster.com/tool/data_uri file-to-data-uri converter tool
11and uploaded a little image I made in the
12<abbr title="GNU Image Manipulation Program">GIMP</abbr>. I tried PNG and GIF.
13GIF was much smaller, so that's what I went with.
14
15Anyway, now you should see a little house on the tab you've loaded this on! Yay.