Added Windows 8 start screen specific metas

Added Windows 8 start screen specific metas, such as Windows 8 start
screen tile-image, application name and start screen tile color. Added a
copy of "apple-touch-icon-114x114.png" named
"winows-8-start-screen-icon.png" in images-folder.
This commit is contained in:
Casper 2013-04-01 15:37:37 +02:00
parent 566afb55c4
commit 83a55470a5
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -33,6 +33,12 @@
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- Windows 8 start screen specific meta
================================================== -->
<meta name="application-name" content=""/>
<meta name="msapplication-TileColor" content=""/>
<meta name="msapplication-TileImage" content="images/winows-8-start-screen-icon.png"/>
</head>
<body>