Last active
August 2, 2017 06:03
-
-
Save zogreptile/76c3fcfcfb87c91014ce35f9f11abcc2 to your computer and use it in GitHub Desktop.
Favicon meta tags
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" sizes="180x180" href="favicon/apple-touch-icon.png"> | |
<link rel="icon" type="image/png" href="favicon/favicon-32x32.png" sizes="32x32"> | |
<link rel="icon" type="image/png" href="favicon/favicon-16x16.png" sizes="16x16"> | |
<link rel="manifest" href="favicon/manifest.json"> | |
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#2ac394"> | |
<meta name="msapplication-TileColor" content="#2ac394"> | |
<meta name="msapplication-TileImage" content="favicon/mstile-150x150.png"> | |
<meta name="msapplication-config" content="favicon/browserconfig.xml" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment