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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user