Skip to content

Instantly share code, notes, and snippets.

@jaicab
Created June 16, 2014 16:49
Show Gist options
  • Save jaicab/ea7818b7f1c5f84c940f to your computer and use it in GitHub Desktop.
Save jaicab/ea7818b7f1c5f84c940f to your computer and use it in GitHub Desktop.
Multi favicon in just 4 lines
<link rel="apple-touch-icon" href="/apple-touch-icon-152.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="msapplication-TileColor" content="#000">
<meta name="msapplication-TileImage" contet="/mstile.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment