Skip to content

Commit 542208d

Browse files
Merge pull request gabrielecirulli#112 from Josso/startup-image
Add startup-images for the iPhone
2 parents 2798bb0 + 1264d9b commit 542208d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<link href="style/main.css" rel="stylesheet" type="text/css">
88
<link rel="shortcut icon" href="favicon.ico">
99
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png">
10+
<link rel="apple-touch-startup-image" href="meta/apple-touch-startup-image-640x1096.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"> <!-- iPhone 5+ -->
11+
<link rel="apple-touch-startup-image" href="meta/apple-touch-startup-image-640x920.png" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)"> <!-- iPhone, retina -->
1012
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1114

1215
<meta name="HandheldFriendly" content="True">
1316
<meta name="MobileOptimized" content="320">
69 KB
Loading
41 KB
Loading

0 commit comments

Comments
 (0)