Added favicon
This commit is contained in:
parent
bab5adf1db
commit
64790cc4d8
6
icon/about.txt
Normal file
6
icon/about.txt
Normal 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/)
|
BIN
icon/android-chrome-192x192.png
Normal file
BIN
icon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
icon/android-chrome-512x512.png
Normal file
BIN
icon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
icon/apple-touch-icon.png
Normal file
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
BIN
icon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 615 B |
BIN
icon/favicon-32x32.png
Normal file
BIN
icon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
icon/favicon.ico
Normal file
BIN
icon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
icon/site.webmanifest
Normal file
1
icon/site.webmanifest
Normal 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"}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user