mirror of
https://github.com/yusufipk/AndroidAcikKalsin.git
synced 2026-09-11 10:46:13 +00:00
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:
@@ -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 |
Reference in New Issue
Block a user