Created
June 16, 2014 16:49
-
-
Save jaicab/ea7818b7f1c5f84c940f to your computer and use it in GitHub Desktop.
Multi favicon in just 4 lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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