Created
June 2, 2016 13:05
-
-
Save fitodac/df630aaf8fd1bb50c1de72d6d36451ee to your computer and use it in GitHub Desktop.
Favicons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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