favicons
Before Width: | Height: | Size: 78 KiB |
6
layouts/partials/favicons.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="CCCB" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
static/favicon-96x96.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
3
static/favicon.svg
Normal file
After Width: | Height: | Size: 178 KiB |
21
static/site.webmanifest
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "CCCB",
|
||||
"short_name": "CCCB",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
static/web-app-manifest-192x192.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
static/web-app-manifest-512x512.png
Normal file
After Width: | Height: | Size: 21 KiB |