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 |
@@ -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 -->
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<title>Rekabet Kurumu'na Nasıl Şikayet Yapılır? - Android'i Açık Tutalım</title>
|
||||
<meta name="description" content="Rekabet Kurumu'na şikayet yapmak için adım adım rehber. Google'ın Android tekelini durdurmak için harekete geçin.">
|
||||
<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/">
|
||||
<!-- Header -->
|
||||
|
||||
Reference in New Issue
Block a user