Add favicon matching the crossed-swords brand icon.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-20 11:06:38 +02:00
parent dc42727f34
commit 6df10e5498
3 changed files with 13 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#1a1d27"/>
<g fill="none" stroke="#6c8cff" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 24 L22 10" stroke-width="2.4"/>
<path d="M20.5 8.5 L24 5 L24 8.5 Z" fill="#6c8cff" stroke="none"/>
<path d="M6.5 25.5 L9 23" stroke-width="2.8"/>
<path d="M8 8 L22 24" stroke-width="2.4"/>
<path d="M20.5 23.5 L24 27 L24 23.5 Z" fill="#6c8cff" stroke="none"/>
<path d="M6.5 6.5 L9 9" stroke-width="2.8"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 552 B

+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Idle Fantasy Viewer</title>
<link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/static/style.css">
{% include '_analytics.html' %}
<script src="/static/vendor/chart.umd.min.js" defer></script>
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Idle Fantasy Viewer</title>
<link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/static/style.css">
{% include '_analytics.html' %}
<script src="/static/i18n.js" defer></script>