mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
added icon for apple homescreen icon
the icon is already here, just the <link rel=> tag missing <link rel="apple-touch-icon" type="image/png" href="images/favicon/apple-touch-icon.png"/>
This commit is contained in:
parent
5bd64a93e1
commit
9337311718
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
<link href="styles/spinkit.css" rel="stylesheet">
|
||||
<link href="styles/11-folding-cube.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" href="images/favicon/favicon.ico"/>
|
||||
<link rel="apple-touch-icon" type="image/png" href="images/favicon/apple-touch-icon.png"/>
|
||||
<script src="styles/please-wait.js"></script>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue