summaryrefslogtreecommitdiff
path: root/web/templates/login.html
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-20 20:33:13 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-20 20:33:13 -1000
commit093ad56d8cb7274627a43004c95f4a5dd6b94fb7 (patch)
treec8fa8ecb694630ebd351b1652883905004101da8 /web/templates/login.html
parentb412b2a7e6b475d77d215374eafbabc086ba1534 (diff)
Add favicon
Simple SVG favicon with gradient checkmark icon matching the app's indigo/purple theme. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/login.html')
-rw-r--r--web/templates/login.html1
1 files changed, 1 insertions, 0 deletions
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 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login - Personal Dashboard</title>
+ <link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<link rel="stylesheet" href="/static/css/output.css">
</head>
<body class="min-h-screen flex items-center justify-center bg-gray-50">