Add comprehensive favicon and PWA support

This commit is contained in:
Peter
2025-06-07 11:10:40 +01:00
parent 15a353f224
commit f120ac7d2f
6 changed files with 113 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="faviconGrad16" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Favicon background -->
<rect width="16" height="16" fill="url(#faviconGrad16)" rx="3"/>
<!-- Simplified UK initials for small size -->
<text x="8" y="12" font-family="Arial, sans-serif" font-size="8" font-weight="bold" fill="white" text-anchor="middle">UK</text>
</svg>

After

Width:  |  Height:  |  Size: 603 B