Skip to content

Instantly share code, notes, and snippets.

@dmorrison
Created March 21, 2011 11:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmorrison/879301 to your computer and use it in GitHub Desktop.
Save dmorrison/879301 to your computer and use it in GitHub Desktop.
Favicon linking syntax for a virtual directory
<link rel="icon" href="/appname/path/to/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/appname/path/to/favicon.ico" /> <!-- IE -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment