Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 1.61 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <html manifest="/cache.manifest">
  3.     <head>
  4.  
  5.         <title></title>
  6.  
  7.         <meta charset="utf-8">
  8.  
  9.         <!-- Scale to device width. -->
  10.         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
  11.  
  12.         <!-- Allow standalone mode on home screen. -->
  13.         <meta name="apple-mobile-web-app-capable" content="yes" />
  14.  
  15.         <!-- Use the default status bar. -->
  16.         <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  17.  
  18.         <!-- Specify a 320x460 start-up image. -->
  19.         <link rel="apple-touch-startup-image" href="/apple-touch-startup-image.png" />
  20.  
  21.         <!-- startup image for web apps - iPad - portrait (768x1024) -->
  22.         <!-- <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)" /> -->
  23.  
  24.         <!-- startup image for web apps - iPad - landscape (1024x748) -->
  25.         <!-- <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)" /> -->
  26.  
  27.         <!-- home screen icon -->
  28.         <!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> -->
  29.         <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png" />
  30.  
  31.         <!-- home screen icon - high res -->
  32.         <!-- <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-retina.png" media="screen and (-webkit-min-device-pixel-ratio: 2)" /> -->
  33.  
  34.     </head>
  35.  
  36.     <body>
  37.  
  38.     </body>
  39.  
  40. </html>