Skip to content

Commit a736aaf

Browse files
committed
Issue 1
1 parent 6d0caf5 commit a736aaf

9 files changed

+24
-14
lines changed
4.72 KB
Loading
4.86 KB
Loading
5.19 KB
Loading
5.29 KB
Loading
3.99 KB
Loading
4.02 KB
Loading

img/apple-touch-icon-precomposed.png

1.77 KB
Loading

index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,22 @@
1919
<meta name="apple-mobile-web-app-status-bar-style"
2020
content="black-translucent" />
2121

22-
<!-- TODO Specify a 320x460 start-up image.
23-
<link rel="apple-touch-startup-image" href="./startup.png" />
24-
-->
22+
<!-- Start -->
2523

26-
<!-- TODO Choose a 57x57 image for the icon
27-
<link rel="apple-touch-icon" href="./apple-touch-icon.png" />
28-
-->
29-
<!--TODO For Android bookmark icons See: http://stackoverflow.com/questions/1951381/configuring-android-web-applications
30-
and http://www.mollerus.net/tom/blog/2010/06/web_app_homescreen_icons_in_android.html
31-
-->
32-
<link rel="apple-touch-icon-precomposed"
33-
href="img/apple-touch-icon-precomposed.png" />
24+
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
25+
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/apple-touch-icon-152x152-precomposed.png">
26+
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
27+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
28+
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
29+
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/apple-touch-icon-120x120-precomposed.png">
30+
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
31+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114x114-precomposed.png">
32+
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≥ 7: -->
33+
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/apple-touch-icon-76x76-precomposed.png">
34+
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≤ 6: -->
35+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
36+
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
37+
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-precomposed.png">
3438

3539
<link rel="stylesheet" href="css/main.css">
3640
<script src="js/HeaterCalc.js"></script>

offline.appcache

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
CACHE MANIFEST
2-
# Version 2.0 with fixes for Issues 9,10,11,12
2+
# Version 2.1 with fixes for Issue 1
33
index.html
44
js/HeaterCalc.js
55
js/controller.js
66
css/main.css
7+
img/apple-touch-icon-114x114-precomposed.png
8+
img/apple-touch-icon-120x120-precomposed.png
9+
img/apple-touch-icon-144x144-precomposed.png
10+
img/apple-touch-icon-152x152-precomposed.png
11+
img/apple-touch-icon-72x72-precomposed.png
12+
img/apple-touch-icon-76x76-precomposed.png
713
img/apple-touch-icon-precomposed.png
814
img/Director.png
915
img/invalid.png
10-
img/valid.png
1116
img/LBW_White_Logo.png
12-
img/Premier-80.png
1317
img/Premier-170.png
1418
img/Premier-350.png
19+
img/Premier-80.png
1520
img/red_asterisk.png
21+
img/valid.png

0 commit comments

Comments
 (0)