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
+1
View File
@@ -7,6 +7,7 @@
<title>Android'i Açık Tutalım - Türkiye</title>
<meta name="description" content="Google, Android telefonlara uygulama yüklemek için merkezi kayıt zorunluluğu getirdi. Dijital özgürlüğümüzü koruyalım!">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
</head>
<body data-share-base="https://androidacikkalsin.org/">
<!-- Hero Section -->