Add favicons to webclient

This commit is contained in:
Tanner
2019-08-25 23:48:07 +00:00
parent 64d29c8e77
commit 277595f62f
14 changed files with 66 additions and 34 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>