From c1a4e3e19f455af01854542c1d6fdaae852e53c0 Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 7 Nov 2025 16:38:24 +1000 Subject: [PATCH] :bento: add icon --- static/apple-touch-icon.png | 3 +++ static/favicon-16x16.png | 3 +++ static/favicon-32x32.png | 3 +++ static/favicon.ico | 3 +++ templates/base.html | 6 ++++++ 5 files changed, 18 insertions(+) create mode 100644 static/apple-touch-icon.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..945f52f --- /dev/null +++ b/static/apple-touch-icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c9dfca066fe86abee8f8a8be7168467f0f7177f786625868801d3dc03f8afc +size 5874 diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..47926e2 --- /dev/null +++ b/static/favicon-16x16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef7d41037b889e0bccbbc0267ee541095c5204114e87761986fb97a8af6a5cd +size 484 diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..482ff82 --- /dev/null +++ b/static/favicon-32x32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54d233f52f0c00b0ce246d6528d2d7a52934a6dd1a54d1fe866b5400517cf8f +size 954 diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..089a019 --- /dev/null +++ b/static/favicon.ico @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ba6db722d93335a1998498028f7e775108c924595a2ad1115b7f750c9455e9 +size 15406 diff --git a/templates/base.html b/templates/base.html index ed2f505..1f29f53 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,6 +22,12 @@ + + + + + + {% block extra_css %}{% endblock %}