Skip to content

Instantly share code, notes, and snippets.

@DonSchado
Forked from marklit/apple.html
Created August 24, 2011 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DonSchado/1167588 to your computer and use it in GitHub Desktop.
Save DonSchado/1167588 to your computer and use it in GitHub Desktop.
Apple Icon HTML header example
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <!-- 57x57 -->
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment