diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 20:33:13 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 20:33:13 -1000 |
| commit | 093ad56d8cb7274627a43004c95f4a5dd6b94fb7 (patch) | |
| tree | c8fa8ecb694630ebd351b1652883905004101da8 /web/templates/index.html | |
| parent | b412b2a7e6b475d77d215374eafbabc086ba1534 (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/index.html')
| -rw-r--r-- | web/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>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" hx-headers='{"X-CSRF-Token": "{{.CSRFToken}}"}'> |
