From 8193bdd7f297152abe245942813afc3e334d7a9d Mon Sep 17 00:00:00 2001 From: m Date: Sun, 22 Mar 2026 20:20:30 +0100 Subject: [PATCH] add favicon --- static/favicon.svg | 39 +++++++++++++++++++++++++++++++++++++++ templates/base.html | 4 ++++ 2 files changed, 43 insertions(+) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..790ec1e --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + diff --git a/templates/base.html b/templates/base.html index ba53854..5e46c7b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,10 @@ {% block title %}Default Title{% endblock %} +