Add iOS specific icons
* Add iOS specific icons * Remove extra line
This commit is contained in:
parent
7669f41e8e
commit
ed216bea4d
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="statics/icons/favicon-96x96.png">
|
<link rel="icon" type="image/png" sizes="96x96" href="statics/icons/favicon-96x96.png">
|
||||||
<link rel="icon" type="image/ico" href="statics/icons/favicon.ico">
|
<link rel="icon" type="image/ico" href="statics/icons/favicon.ico">
|
||||||
|
<link rel="apple-touch-icon" href="statics/icons/apple-icon-152x152.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="152x152" href="statics/icons/apple-icon-152x152.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="167x167" href="statics/icons/apple-icon-167x167.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="statics/icons/apple-icon-180x180.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- DO NOT touch the following DIV -->
|
<!-- DO NOT touch the following DIV -->
|
||||||
|
|
Loading…
Reference in a new issue