forked from crow13/openChildCare1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ios-icon-sizes.htm
64 lines (57 loc) · 1.93 KB
/
ios-icon-sizes.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!-- Regular Title -->
<title>Open Childcare for Virginia</title>
<!-- Short Title for iOS Springboard -->
<meta name="apple-mobile-web-app-title"
content="Childcare">
<!-- Tells iOS that is can use true full screen Web Clips -->
<meta name="apple-mobile-web-app-capable"
content="yes">
<!-- iOS Springboard Icons -->
<!-- iPad, iOS 7, retina -->
<link href="apple-touch-icon-152x152.png"
sizes="152x152"
rel="apple-touch-icon">
<!-- iPad, iOS 6, retina -->
<link href="apple-touch-icon-144x144.png"
sizes="144x144"
rel="apple-touch-icon">
<!-- iPhone, iOS 7, retina -->
<link href="apple-touch-icon-120x120.png"
sizes="120x120"
rel="apple-touch-icon">
<!-- iPhone ,iOS 6, retina -->
<link href="apple-touch-icon-114x114.png"
sizes="114x114"
rel="apple-touch-icon">
<!-- iPad, iOS 7 -->
<link href="apple-touch-icon-76x76.png"
sizes="76x76"
rel="apple-touch-icon">
<!-- iPad, iOS 6 -->
<link href="apple-touch-icon-72x72.png"
sizes="72x72"
rel="apple-touch-icon">
<!-- iPhone, iOS 7 -->
<link href="apple-touch-icon-60x60.png"
sizes="60x60"
rel="apple-touch-icon">
<!-- iPhone, iOS 6 -->
<link href="apple-touch-icon-57x57.png"
sizes="57x57"
rel="apple-touch-icon">
<!-- Status Bar -->
<meta name="apple-mobile-web-app-status-bar-style"
content="black">
<!-- Add Me to your Home Screen -->
<link rel="stylesheet" href="public/css/add2home.css" />
<script type="text/javascript">
var addToHomeConfig = {
animationIn: 'bubble',
animationOut: 'drop',
lifespan:10000,
expire:2,
touchIcon:true,
message:'Add Open Childcare to your <strong>%device</strong> home screen: tap <strong>%icon</strong> and select ‘<strong>Add to Home Screen</strong>’.'
};
</script>
<script type="application/javascript" src="public/js/add2home.js"></script>