From f449562b27276841e022a23e1f7fb611cb164ae5 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Sat, 16 May 2026 21:24:44 -0400 Subject: [PATCH] feat(ui): add favicon (diamond split-tip nib) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVG favicon — gold nib shape on transparent background, no container. Fills the full viewBox for maximum visibility at 16px. --- web/favicon.svg | 3 +++ web/index.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 web/favicon.svg diff --git a/web/favicon.svg b/web/favicon.svg new file mode 100644 index 0000000..811872a --- /dev/null +++ b/web/favicon.svg @@ -0,0 +1,3 @@ + + + diff --git a/web/index.html b/web/index.html index 60990d2..f54638d 100644 --- a/web/index.html +++ b/web/index.html @@ -4,6 +4,7 @@ nib + -- 2.52.0