Skip to content

Instantly share code, notes, and snippets.

@fitodac
Created June 2, 2016 13:05
Show Gist options
  • Save fitodac/df630aaf8fd1bb50c1de72d6d36451ee to your computer and use it in GitHub Desktop.
Save fitodac/df630aaf8fd1bb50c1de72d6d36451ee to your computer and use it in GitHub Desktop.
Favicons
<!-- For IE 10 and below -->
<!-- No link, just place a file called favicon.ico in the root directory -->
<!-- For IE 11, Chrome, Firefox, Safari, Opera -->
<link rel="icon" href="path/to/favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="path/to/favicon-32.png" sizes="32x32" type="image/png">
<link rel="icon" href="path/to/favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="path/to/favicon-62.png" sizes="62x62" type="image/png">
<link rel="icon" href="path/to/favicon-192.png" sizes="192x192" type="image/png">
<!-- More info: https://bitsofco.de/all-about-favicons-and-touch-icons/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment