Skip to content

Commit 46a5ed6

Browse files
Added config file for Win 8/10 favicon.
1 parent 29148b1 commit 46a5ed6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png?v=ngkXqML5Y9"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

0 commit comments

Comments
 (0)