Added favicon

This commit is contained in:
Bernd 2025-02-12 17:51:42 +05:00
parent bab5adf1db
commit 64790cc4d8
9 changed files with 8 additions and 0 deletions

6
icon/about.txt Normal file
View File

@ -0,0 +1,6 @@
This favicon was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 1f4dd.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f4dd.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
icon/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
icon/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

BIN
icon/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icon/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
icon/site.webmanifest Normal file
View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title><?= BLOG_TITLE ?></title>
<link rel="shortcut icon" href="./icon/favicon.ico" type="image/x-icon">
<style>
body {
font-family: Arial, sans-serif;