Skip to content

Instantly share code, notes, and snippets.

@jamesflorentino
Created September 23, 2012 11:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesflorentino/3769868 to your computer and use it in GitHub Desktop.
Save jamesflorentino/3769868 to your computer and use it in GitHub Desktop.
favicon html template
<link rel="icon" href="/favicon_16x16.png" sizes="16x16" type="image/png">
<link rel="icon" href="/favicon_32x32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/favicon_64x64.png" sizes="64x64" type="image/png">
<link rel="icon" href="/favicon_128x128.png" sizes="128x128" type="image/png">
<!-- home screen for iphones without the gloss effect -->
<link rel="apple-touch-icon-precomposed" href="/images/icon-iphone.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/icon-ipad.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/icon-iphone4.png">
@emmgfx
Copy link

emmgfx commented Sep 25, 2012

Check the sizes attr in first line ;)

@jamesflorentino
Copy link
Author

@emmgfx d'oh! Fixed! Thanks :)

@byMenjil
Copy link

nice :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment