diff options
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}}"}'> |
