Skip to content

Instantly share code, notes, and snippets.

@pfig
Created July 9, 2013 10:43
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 pfig/5956451 to your computer and use it in GitHub Desktop.
Save pfig/5956451 to your computer and use it in GitHub Desktop.
<!-- For Retina display iPads -->
<link href="/assets/images/apple-touch-icon-xlarge.png" rel="apple-touch-icon" sizes="144x144" type="image/png"/>
<!-- For Retina display iPhones with iOS 7-->
<link href="/assets/images/apple-touch-icon-large7.png" rel="apple-touch-icon" sizes="120x120" type="image/png"/>
<!-- For Retina display iPhones -->
<link href="/assets/images/apple-touch-icon-large.png" rel="apple-touch-icon" sizes="114x114" type="image/png"/>
<!-- For iPad 1 -->
<link href="/assets/images/apple-touch-icon-medium.png" rel="apple-touch-icon" sizes="72x72" type="image/png"/>
<!-- For iPhone 3G, iPod Touch, and Android -->
<link href="/assets/images/apple-touch-icon-small.png" rel="apple-touch-icon" type="image/png"/>
<!-- For Nokia -->
<link href="/assets/images/apple-touch-icon-small.png" rel="shortcut icon"/>
<!-- For everything else -->
<link href="/assets/images/favicon.png" rel="shortcut icon" type="image/png"/>
<link href="/assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment