Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Created April 21, 2013 12:11
Show Gist options
  • Save fakiolinho/5429394 to your computer and use it in GitHub Desktop.
Save fakiolinho/5429394 to your computer and use it in GitHub Desktop.
HTML: Favicons
<!-- Favicons -->
<!-- In case image.ico -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- In case image.png -->
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<!-- Apple Devices -->
<link rel="apple-touch-icon" href="60x60.png">
<link rel="apple-touch-icon" sizes="76x76" href="76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="152x152.png">
<!-- End Favicons -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment