diff options
author | Case Duckworth | 2022-05-19 11:49:53 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-19 11:49:53 -0500 |
commit | af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 (patch) | |
tree | d5cfca7f6ce469b45bf4c38e4d53ae22d7bfff0a /src/favicon.ht | |
download | hat-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.ht | 15 |
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 | |||
3 | You might notice that I have a <b>new favicon</b> on this site. | ||
4 | I 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 | |||
8 | I thought it might be complicated, but it was really pretty ding dang easy. | ||
9 | I found an easy-to-use | ||
10 | => https://www.adminbooster.com/tool/data_uri file-to-data-uri converter tool | ||
11 | and uploaded a little image I made in the | ||
12 | <abbr title="GNU Image Manipulation Program">GIMP</abbr>. I tried PNG and GIF. | ||
13 | GIF was much smaller, so that's what I went with. | ||
14 | |||
15 | Anyway, now you should see a little house on the tab you've loaded this on! Yay. | ||