feat: add favicon to HTML pages

Added favicon link tags to index.html and sikayet-rehberi.html to improve site branding and user experience. The favicon is served as an SVG from assets/favicon.svg.
This commit is contained in:
Yusuf İpek
2025-10-31 15:46:48 +03:00
parent 6b2a5cdbed
commit 520b29bee1
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#111827"/>
<text x="32" y="43" font-size="36" text-anchor="middle">⚖️</text>
</svg>

After

Width:  |  Height:  |  Size: 196 B