Skip to content

Instantly share code, notes, and snippets.

@iansoper
Created June 22, 2011 13:54
Show Gist options
  • Save iansoper/1040128 to your computer and use it in GitHub Desktop.
Save iansoper/1040128 to your computer and use it in GitHub Desktop.
HTML Favicon Link usage
<!-- Example taken from SimpleNote http://simplenoteapp.com/ -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/Simplenote-32px.png" />
<link rel="icon" type="image/png" sizes="64x64" href="/Simplenote-64px.png" />
<link rel="icon" type="image/png" sizes="256x256" href="/Simplenote-256px.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/Simplenote-512px.png" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment