Fix 404 errors: Move favicon files to static directory and update all references

This commit is contained in:
2025-07-25 13:19:12 +02:00
parent 8f8c5f42ca
commit 5867e3eeb7
7 changed files with 8 additions and 8 deletions

6
static/favicon.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="4" width="24" height="24" rx="5" fill="#2563eb"/>
<rect x="4" y="4" width="24" height="6" rx="2" fill="#1e40af"/>
<rect x="9" y="14" width="14" height="10" rx="3" fill="#fff"/>
<text x="16" y="22" text-anchor="middle" font-size="10" font-family="Segoe UI, Arial, sans-serif" fill="#2563eb" font-weight="bold" dominant-baseline="middle">15</text>
</svg>

After

Width:  |  Height:  |  Size: 472 B