about summary refs log tree commit diff stats
path: root/src/favicon.ht
blob: adb0ea60f31b2db9e77df5af5a1d040015dfcc18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;@@title: Embedded data-url favicon@@
;@@date: 2022-05-18@@

You might notice that I have a <b>new favicon</b> 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 <code>data</code> 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
<abbr title="GNU Image Manipulation Program">GIMP</abbr>.  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.