Add iOS specific icons

* Add iOS specific icons

* Remove extra line
This commit is contained in:
Heisenberg74 2020-07-02 14:06:03 +02:00 committed by GitHub
parent 7669f41e8e
commit ed216bea4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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="96x96" href="statics/icons/favicon-96x96.png">
<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>
<body>
<!-- DO NOT touch the following DIV -->