Add a favicon

Simple SVG icon matching the app's look: a link/chain glyph in white
on the indigo accent color, same rounded-square shape as the card
avatars. Mounts a new /static route via StaticFiles and references it
from base.html's <head>.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Erik Thiele
2026-07-31 12:14:37 +02:00
parent 604c4ea9c2
commit af65171d87
3 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}LinkVault{% endblock %}</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<script>
/* Theme so früh wie möglich setzen, damit die Seite nicht kurz hell aufblitzt. */
(function () {