From 093ad56d8cb7274627a43004c95f4a5dd6b94fb7 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 20:33:13 -1000 Subject: Add favicon Simple SVG favicon with gradient checkmark icon matching the app's indigo/purple theme. Co-Authored-By: Claude Opus 4.5 --- web/static/favicon.svg | 10 ++++++++++ web/templates/index.html | 1 + web/templates/login.html | 1 + 3 files changed, 12 insertions(+) create mode 100644 web/static/favicon.svg diff --git a/web/static/favicon.svg b/web/static/favicon.svg new file mode 100644 index 0000000..ea89a99 --- /dev/null +++ b/web/static/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/web/templates/index.html b/web/templates/index.html index 3c91e63..617ccfe 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -4,6 +4,7 @@ Personal Dashboard + diff --git a/web/templates/login.html b/web/templates/login.html index c865ce5..e255de8 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -4,6 +4,7 @@ Login - Personal Dashboard + -- cgit v1.2.3