feat(ui): add favicon (diamond split-tip nib)

SVG favicon — gold nib shape on transparent background, no container.
Fills the full viewBox for maximum visibility at 16px.
This commit is contained in:
2026-05-16 21:24:44 -04:00
parent 1c5f6836f5
commit f449562b27
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>nib</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="stylesheet" href="/fonts.css">
<link rel="stylesheet" href="/style.css">
</head>