Created
December 28, 2014 15:10
-
-
Save fieldoffice/3d8d04a2809687497827 to your computer and use it in GitHub Desktop.
IE11 Custom Tiles
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
//HEADER | |
<meta name="msapplication-config" content="browserconfig.xml" /> | |
//ROOT - browserconfig.xml | |
<?xml version="1.0" encoding="utf-8"?> | |
<browserconfig> | |
<msapplication> | |
<tile> | |
<square70x70logo src="images/smalltile.png"/> | |
<square150x150logo src="images/mediumtile.png"/> | |
<wide310x150logo src="images/widetile.png"/> | |
<square310x310logo src="images/largetile.png"/> | |
<TileColor>#009900</TileColor> | |
</tile> | |
</msapplication> | |
</browserconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment