Created
September 27, 2013 19:52
-
-
Save pixelchar/6734264 to your computer and use it in GitHub Desktop.
HTML method for specifying tile color and icons for different sizes of IE 11/Windows 8 Metro tiles (subject to change).
http://msdn.microsoft.com/en-US/library/ie/bg183312
This file contains hidden or 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
| <meta name="application-name" content=" Contoso" /> | |
| <meta name="msapplication-TileColor" content=" #009900" /> | |
| <meta name="msapplication-square70x70logo" content="images/smalltile.png" /> | |
| <meta name="msapplication-square150x150logo" content="images/mediumtile.png" /> | |
| <meta name="msapplication-wide310x150logo" content="images/widetile.png" /> | |
| <meta name="msapplication-square310x310logo" content="images/largetile.png" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment