
Untitled
By: a guest on
Apr 26th, 2012 | syntax:
None | size: 1.61 KB | hits: 14 | expires: Never
<!DOCTYPE html>
<html manifest="/cache.manifest">
<head>
<title></title>
<meta charset="utf-8">
<!-- Scale to device width. -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<!-- Allow standalone mode on home screen. -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Use the default status bar. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- Specify a 320x460 start-up image. -->
<link rel="apple-touch-startup-image" href="/apple-touch-startup-image.png" />
<!-- startup image for web apps - iPad - portrait (768x1024) -->
<!-- <link rel="apple-touch-startup-image" href="/apple-tablet-startup-image.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" /> -->
<!-- startup image for web apps - iPad - landscape (1024x748) -->
<!-- <link rel="apple-touch-startup-image" href="/apple-tablet-startup-image.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" /> -->
<!-- home screen icon -->
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> -->
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png" />
<!-- home screen icon - high res -->
<!-- <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-retina.png" media="screen and (-webkit-min-device-pixel-ratio: 2)" /> -->
</head>
<body>
</body>
</html>