Created
April 21, 2013 12:11
-
-
Save fakiolinho/5429394 to your computer and use it in GitHub Desktop.
HTML: Favicons
This file contains hidden or 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
<!-- 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