Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created December 21, 2013 16:22
Show Gist options
  • Select an option

  • Save ryanburgess/8071542 to your computer and use it in GitHub Desktop.

Select an option

Save ryanburgess/8071542 to your computer and use it in GitHub Desktop.
Meta data for iOS specific devices. Includes bookmark icon and splash screen.
<!-- iOS Specific -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="apple-touch-icon" href="images/bookmark-icon.png" />
<link rel="apple-touch-startup-image" href="images/splash-screen.png" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment