Skip to content

Instantly share code, notes, and snippets.

@20minutos
Created April 5, 2013 10:49
Show Gist options
  • Save 20minutos/5318375 to your computer and use it in GitHub Desktop.
Save 20minutos/5318375 to your computer and use it in GitHub Desktop.
Blog404: Todo lo que necesitas saber sobre el favicon
<link rel="apple-touch-icon" href="path/to/touchicon.png">
<link rel="icon" href="path/to/favicon.png">
<!--[if IE]><link rel="shortcut icon" href="path/to/favicon.ico"><![endif]-->
<!-- or, set /favicon.ico for IE10 win -->
<meta name="msapplication-TileColor" content="#D83434">
<meta name="msapplication-TileImage" content="path/to/tileicon.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment