Skip to content

Instantly share code, notes, and snippets.

@thunsaker
Created June 9, 2011 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thunsaker/1017073 to your computer and use it in GitHub Desktop.
Save thunsaker/1017073 to your computer and use it in GitHub Desktop.
Favicon code to be placed in the <head> tag. Uses png for modern browsers and ico for IE.
<link rel="icon" href="~/images/favicon.png">
<!--[if IE]>
<link rel="Shortcut Icon" href="~/images/favicon.ico" />
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment