Skip to content

Commit

Permalink
Add iOS specific icons
Browse files Browse the repository at this point in the history
* Add iOS specific icons

* Remove extra line
  • Loading branch information
Heisenberg74 committed Jul 2, 2020
1 parent 7669f41 commit ed216be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webui/src/index.template.html
Expand Up @@ -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 -->
Expand Down

0 comments on commit ed216be

Please sign in to comment.