mark the icon as precomposed
This commit is contained in:
parent
1b06330329
commit
6b24cc3eb3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<link rel="stylesheet" type="text/css" href="uhr-white.css" />
|
<link rel="stylesheet" type="text/css" href="uhr-white.css" />
|
||||||
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<link rel="apple-touch-icon" href="icon.png" />
|
<link rel="apple-touch-icon-precomposed" href="icon.png" />
|
||||||
<link rel="apple-touch-startup-image" href="splash.png" />
|
<link rel="apple-touch-startup-image" href="splash.png" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
|
|
Loading…
Reference in a new issue