Skip to content

Instantly share code, notes, and snippets.

@bcherny
Created December 2, 2013 01:24
Show Gist options
  • Select an option

  • Save bcherny/7743482 to your computer and use it in GitHub Desktop.

Select an option

Save bcherny/7743482 to your computer and use it in GitHub Desktop.

Revisions

  1. Boris Cherny created this gist Dec 2, 2013.
    17 changes: 17 additions & 0 deletions favicon.html
    Original 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">