Add favicons, compress logo
@ -8,7 +8,12 @@
|
||||
<title>{% if title %}{{ title }} — {% endif %}Rolens</title>
|
||||
<meta name="author" content="Romein van Buren" />
|
||||
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<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="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
BIN
website/static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
website/static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
website/static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
website/static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 644 B |
BIN
website/static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
website/static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 76 KiB |
19
website/static/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Rolens",
|
||||
"short_name": "Rolens",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#b40101",
|
||||
"background_color": "#b40101",
|
||||
"display": "standalone"
|
||||
}
|