Created
March 31, 2014 13:57
-
-
Save ingozoell/9892827 to your computer and use it in GitHub Desktop.
Icons, Favicons, Windowes 8 Tiles
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
<!-- ****** faviconit.com favicons ****** --> | |
<!-- Basic favicons --> | |
<link rel="shortcut icon" sizes="16x16 32x32 48x48 64x64" href="/favicon.ico"> | |
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> | |
<!--[if IE]><link rel="shortcut icon" href="/favicon.ico"><![endif]--> | |
<!-- For Opera Speed Dial --> | |
<link rel="icon" type="image/png" sizes="195x195" href="/favicon-195.png"> | |
<!-- For iPad with high-resolution Retina Display running iOS ≥ 7 --> | |
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152.png"> | |
<!-- For iPad with high-resolution Retina Display running iOS ≤ 6 --> | |
<link rel="apple-touch-icon" sizes="144x144" href="/favicon-144.png"> | |
<!-- For iPhone with high-resolution Retina Display running iOS ≥ 7 --> | |
<link rel="apple-touch-icon" sizes="120x120" href="/favicon-120.png"> | |
<!-- For iPhone with high-resolution Retina Display running iOS ≤ 6 --> | |
<link rel="apple-touch-icon" sizes="114x114" href="/favicon-114.png"> | |
<!-- For Google TV devices --> | |
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png"> | |
<!-- For iPad Mini --> | |
<link rel="apple-touch-icon" sizes="76x76" href="/favicon-76.png"> | |
<!-- For first- and second-generation iPad --> | |
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-72.png"> | |
<!-- For non-Retina iPhone, iPod Touch and Android 2.1+ devices --> | |
<link rel="apple-touch-icon" href="favicon-57.png"> | |
<!-- Windows 8 Tiles --> | |
<meta name="msapplication-TileColor" content="#FFFFFF"> | |
<meta name="msapplication-TileImage" content="/favicon-144.png"> | |
<!-- ****** faviconit.com favicons ****** --> | |
-- | |
http://www.jonathantneal.com/blog/understand-the-favicon/ | |
http://faviconit.com/en | |
http://xiconeditor.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment