fix: add inline SVG favicon to suppress 404 on /favicon.ico

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 12:34:24 +00:00
parent ead0dd6a0f
commit 1a2dd00bed
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OnlyFrames</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><circle cx='16' cy='16' r='16' fill='%2300AFF0'/><text x='16' y='21' font-family='system-ui,sans-serif' font-size='12' font-weight='900' fill='white' text-anchor='middle'>OF</text></svg>">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }