feat: add apple-touch-icon*
This commit is contained in:
parent
5f6261790c
commit
bf24ab6ff3
2 changed files with 5 additions and 0 deletions
BIN
assets/apple-touch-icon-precomposed.png
Normal file
BIN
assets/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
|
@ -5,6 +5,11 @@
|
||||||
<link rel="shortcut icon" href="yacd.ico" />
|
<link rel="shortcut icon" href="yacd.ico" />
|
||||||
<link rel="icon" type="image/png" sizes="64x64" href="yacd-64.png" />
|
<link rel="icon" type="image/png" sizes="64x64" href="yacd-64.png" />
|
||||||
<link rel="icon" type="image/png" sizes="128x128" href="yacd-128.png" />
|
<link rel="icon" type="image/png" sizes="128x128" href="yacd-128.png" />
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon-precomposed"
|
||||||
|
href="apple-touch-icon-precomposed.png"
|
||||||
|
/>
|
||||||
|
<meta name="apple-mobile-web-app-title" content="yacd">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="application-name" content="yacd" />
|
<meta name="application-name" content="yacd" />
|
||||||
|
|
Loading…
Reference in a new issue