From 3bdfba38e0adc76db0fa79774d0939aba808e9b2 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Tue, 21 Apr 2026 13:35:42 -0600 Subject: [PATCH] feat(ui): add knight-silhouette favicon, theme-color, and meta description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously the site had no favicon — browsers showed a generic tab icon and PWA installs would have used the default. Adds: - packages/chess/public/favicon.svg — knight on a dark rounded tile, purpose-built for small sizes (fill-only, high contrast). - + apple-touch-icon wiring in index.html so the SVG serves as the primary tab icon on every platform (Chrome/Firefox/Safari desktop + iOS home-screen). - theme-color (#0f172a) matching the favicon tile so mobile browser chrome coordinates with the site's dark accent. - meta description for search-result snippets and link previews. --- packages/chess/index.html | 10 ++++++++++ packages/chess/public/favicon.svg | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 packages/chess/public/favicon.svg diff --git a/packages/chess/index.html b/packages/chess/index.html index 0c9bc10..549abde 100644 --- a/packages/chess/index.html +++ b/packages/chess/index.html @@ -3,6 +3,16 @@ + + + + + + Houserules diff --git a/packages/chess/public/favicon.svg b/packages/chess/public/favicon.svg new file mode 100644 index 0000000..a3acc09 --- /dev/null +++ b/packages/chess/public/favicon.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + +