commit b97eb09cb6e877a6b6c70af71779b5ac344c6a2c
parent 0feedea0dbc1bb5476df290b80b4c602322d3f68
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date: Sun, 10 May 2026 12:52:40 +0000
Move emoji to favicon, remove from tab title
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/static/index.html b/static/index.html
@@ -7,7 +7,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=EB+Garamond:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/style.css">
- <title>🌳 Family Tree</title>
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌳</text></svg>">
+ <title>Family Tree</title>
</head>
<body>