Created
August 5, 2013 14:50
-
-
Save whatnickcodes/6156498 to your computer and use it in GitHub Desktop.
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
<!-- icons and icons and icons and icons and icons and a tile --> | |
<meta name="application-name" content="Scotch Web Development"><!-- Windows 8 Tile Name --> | |
<meta name="msapplication-TileImage" content="http://scotch.io/images/icons/favicon-144.png"><!-- Windows 8 Tile Image --> | |
<meta name="msapplication-TileColor" content="#4eb4e5"><!-- Windows 8 Tile Color --> | |
<link rel="icon" href="http://scotch.io/images/icons/favicon-32.png" type="image/png"><!-- default favicon --> | |
<link rel="shortcut icon" href="http://scotch.io/favicon.ico"><!-- legacy default favicon (in root, 32x32) --> | |
<link rel="apple-touch-icon" sizes="57x57" href="http://scotch.io/images/icons/favicon-57.png"><!-- iPhone low-res and Android --> | |
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="http://scotch.io/images/icons/favicon-57.png"><!-- legacy Android --> | |
<link rel="apple-touch-icon" sizes="72x72" href="http://scotch.io/images/icons/favicon-72.png"><!-- iPad --> | |
<link rel="apple-touch-icon" sizes="114x114" href="http://scotch.io/images/icons/favicon-114.png"><!-- iPhone 4 --> | |
<link rel="apple-touch-icon" sizes="144x144" href="http://scotch.io/images/icons/favicon-144.png"><!-- iPad hi-res --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment