commit 806b43895a9f36a39df83812f78f7d9c3af415df (patch)
parent 35e5bb62b2a89c97a2bf6d50610de3d95d7a5617
Author: Alex Karle <alex@alexkarle.com>
Date: Wed, 29 Dec 2021 00:15:02 -0500
Add favicon to all www pages
Generated via https://favicon.io using the Courier Prime font. Cool
site! I left out the apple/site-manifest stuff as a mini-protest against
the sprawling complexity of the numerous icons... but I checked in the
various sized favicon's and it looks good on localhost!
Diffstat:
4 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/genpage b/bin/genpage
@@ -12,6 +12,8 @@ cat <<EOM
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- Inspired by https://www.swyx.io/css-100-bytes/ -->
<style>
html {
diff --git a/www/favicon-16x16.png b/www/favicon-16x16.png
Binary files differ.
diff --git a/www/favicon-32x32.png b/www/favicon-32x32.png
Binary files differ.
diff --git a/www/favicon.ico b/www/favicon.ico
Binary files differ.