Created
December 2, 2013 01:24
-
-
Save bcherny/7743482 to your computer and use it in GitHub Desktop.
Revisions
-
Boris Cherny created this gist
Dec 2, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ <!-- favicons (see http://www.jonathantneal.com/blog/understand-the-favicon) --- icon format dimensions documentation ---- ------ ---------- ------------- apple-touch-icon PNG 152x152 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1 icon PNG 96x96 shortcut icon ICO 32x32 msapplication-TileImage PNG 144x144 --> <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-152x152-precomposed.png"> <link rel="icon" href="favicon.png"> <!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]--> <meta name="msapplication-TileColor" content="#eee"> <meta name="msapplication-TileImage" content="tileicon.png">