Skip to content

Commit 209ecbb

Browse files
committed
Added iOS icons and default title for icon
1 parent 4976743 commit 209ecbb

5 files changed

+5
-0
lines changed

index.php

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ function prepareJSON($input) {
6666
<title>BrewPi reporting for duty!</title>
6767
<link type="text/css" href="css/redmond/jquery-ui-1.10.3.custom.css" rel="stylesheet" />
6868
<link type="text/css" href="css/style.css" rel="stylesheet"/>
69+
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
70+
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
71+
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
72+
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
73+
<meta name="apple-mobile-web-app-title" content="BrewPi">
6974
</head>
7075
<body>
7176
<div id="beer-panel" class="ui-widget ui-widget-content ui-corner-all">

touch-icon-ipad-retina.png

13.9 KB
Loading

touch-icon-ipad.png

6.05 KB
Loading

touch-icon-iphone-retina.png

10.7 KB
Loading

touch-icon-iphone.png

4.47 KB
Loading

0 commit comments

Comments
 (0)