From e9703e49b99a64c1ac58cf6d1ff3431b7784857d Mon Sep 17 00:00:00 2001 From: vikingowl Date: Tue, 10 Feb 2026 19:16:40 +0100 Subject: [PATCH] feat: add SVG favicon with brand thermometer icon --- web/favicon.svg | 6 ++++++ web/templates/layout.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 web/favicon.svg diff --git a/web/favicon.svg b/web/favicon.svg new file mode 100644 index 0000000..75c3a35 --- /dev/null +++ b/web/favicon.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/web/templates/layout.html b/web/templates/layout.html index c0b8d04..a569e5d 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -4,7 +4,7 @@ {{t "app.name"}} — {{.Title}} - +