Skip to content

Instantly share code, notes, and snippets.

@nate12
Created March 8, 2013 08:54
Show Gist options
  • Save nate12/5115105 to your computer and use it in GitHub Desktop.
Save nate12/5115105 to your computer and use it in GitHub Desktop.
HTML: Favicons
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- No reflective shine effect rel="apple-touch-icon-precomposed" -->
<!-- None Retina iPhone -->
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<!-- None Retina iPad -->
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<!-- Retina iPhone -->
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- Retina iPad -->
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-144x144.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment