Apple users are people too (or are they)
This commit is contained in:
parent
3e712ca620
commit
642b9a7fb3
3 changed files with 15 additions and 2 deletions
BIN
assets/images/icons-manifest/icon152.png
Normal file
BIN
assets/images/icons-manifest/icon152.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
11
index.html
11
index.html
|
@ -4,8 +4,15 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="theme-color" content="#141c26" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="apple-mobile-web-app-title" content="/tg/station handbook" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
href="assets/images/icons-manifest/icon152.png"
|
||||
/>
|
||||
<link rel="manifest" href="manifest.webmanifest" />
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link
|
||||
rel="preload"
|
||||
href="assets/fonts/iosevka/iosevka-aile.css"
|
||||
|
|
|
@ -31,6 +31,12 @@
|
|||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon168.png",
|
||||
"sizes": "168x168",
|
||||
|
|
Reference in a new issue