Created
January 7, 2012 17:53
Revisions
-
ravasthi revised this gist
Apr 16, 2012 . 1 changed file with 4 additions and 4 deletions.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 @@ -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 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 --> -
ravasthi revised this gist
Apr 16, 2012 . 1 changed file with 4 additions and 2 deletions.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 @@ -1,6 +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 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 --> -
ravasthi created this gist
Jan 7, 2012 .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,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"/>