From b69065e4876a0cd35d8dd66cac0c7844b2feb58b Mon Sep 17 00:00:00 2001 From: Yuyao Huang Date: Sat, 9 May 2026 13:47:30 +0800 Subject: [PATCH] feat: add favicon to browser tab --- static/favicon.svg | 10 ++++++++++ templates/base.html | 1 + 2 files changed, 11 insertions(+) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..68b43df --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/templates/base.html b/templates/base.html index d3f9aa6..1bab652 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ {% block title %}GoalsBreakDown{% endblock %} + {% block extra_css %}{% endblock %}