Skip to content

Instantly share code, notes, and snippets.

@maxlee
Created October 9, 2013 14:44
Show Gist options
  • Select an option

  • Save maxlee/6902452 to your computer and use it in GitHub Desktop.

Select an option

Save maxlee/6902452 to your computer and use it in GitHub Desktop.
<!-- iPad Retina running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152-precomposed.png">
<!-- iPad Retina running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<!-- iPhone Retina running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120-precomposed.png">
<!-- iPhone Retina running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<!-- iPad mini and iPad G1/G2 running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76-precomposed.png">
<!-- iPad mini and iPad G1/G2 running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<!-- iPhone non-Retina, iPod Touch non-Retina -->
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment