Skip to content

Instantly share code, notes, and snippets.

@ravasthi
Created January 7, 2012 17:53

Revisions

  1. ravasthi revised this gist Apr 16, 2012. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions favicon.html
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    <!-- Favicons and touch icons -->
    <!-- For retina-display iPads -->
    <link href="/assets/images/apple-touch-icon-xlarge.png" rel="apple-touch-icon-precomposed" sizes="144x144" type="image/png"/>
    <!-- For retina-display iPhones -->
    <link href="/assets/images/apple-touch-icon-large.png" rel="apple-touch-icon-precomposed" sizes="114x114" type="image/png"/>
    <!-- For retina-display iPads -->
    <link href="/assets/images/apple-touch-icon-xlarge.png" rel="apple-touch-icon-precomposed" sizes="144x144" type="image/png"/>
    <!-- For retina-display iPhones -->
    <link href="/assets/images/apple-touch-icon-large.png" rel="apple-touch-icon-precomposed" sizes="114x114" type="image/png"/>
    <!-- For iPad 1 -->
    <link href="/assets/images/apple-touch-icon-medium.png" rel="apple-touch-icon-precomposed" sizes="72x72" type="image/png"/>
    <!-- For iPhone 3G, iPod Touch and Android -->
  2. ravasthi revised this gist Apr 16, 2012. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions favicon.html
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    <!-- Favicons and touch icons -->
    <!-- For iPhone 4 -->
    <link href="/assets/images/apple-touch-icon-large.png" rel="apple-touch-icon-precomposed" sizes="114x114" type="image/png"/>
    <!-- For retina-display iPads -->
    <link href="/assets/images/apple-touch-icon-xlarge.png" rel="apple-touch-icon-precomposed" sizes="144x144" type="image/png"/>
    <!-- For retina-display iPhones -->
    <link href="/assets/images/apple-touch-icon-large.png" rel="apple-touch-icon-precomposed" sizes="114x114" type="image/png"/>
    <!-- For iPad 1 -->
    <link href="/assets/images/apple-touch-icon-medium.png" rel="apple-touch-icon-precomposed" sizes="72x72" type="image/png"/>
    <!-- For iPhone 3G, iPod Touch and Android -->
  3. ravasthi created this gist Jan 7, 2012.
    12 changes: 12 additions & 0 deletions favicon.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!-- Favicons and touch icons -->
    <!-- For iPhone 4 -->
    <link href="/assets/images/apple-touch-icon-large.png" rel="apple-touch-icon-precomposed" sizes="114x114" type="image/png"/>
    <!-- For iPad 1 -->
    <link href="/assets/images/apple-touch-icon-medium.png" rel="apple-touch-icon-precomposed" sizes="72x72" type="image/png"/>
    <!-- For iPhone 3G, iPod Touch and Android -->
    <link href="/assets/images/apple-touch-icon-small.png" rel="apple-touch-icon-precomposed" type="image/png"/>
    <!-- For Nokia -->
    <link href="/assets/images/apple-touch-icon-small.png" rel="shortcut icon"/>
    <!-- For everything else -->
    <link href="/assets/images/favicon.png" rel="shortcut icon" type="image/png"/>
    <link href="/assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon"/>