@ -0,0 +1,11 @@ |
||||
Some favicons generated using https://realfavicongenerator.net. To use them place the following code in your `<head>`: |
||||
|
||||
``` html |
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
||||
<link rel="manifest" href="/site.webmanifest"> |
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2f7bd9"> |
||||
<meta name="msapplication-TileColor" content="#ffffff"> |
||||
<meta name="theme-color" content="#ffffff"> |
||||
``` |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,9 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<browserconfig> |
||||
<msapplication> |
||||
<tile> |
||||
<square150x150logo src="/mstile-150x150.png"/> |
||||
<TileColor>#ffffff</TileColor> |
||||
</tile> |
||||
</msapplication> |
||||
</browserconfig> |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 752 B After Width: | Height: | Size: 866 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,19 @@ |
||||
{ |
||||
"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" |
||||
} |