forked from mirror/Part-DB.Part-DB-server
Before icons were not loaded in most cases when using apache2 with default configuration. Fixes issue #120
9 lines
228 B
XML
9 lines
228 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/icons/mstile-150x150.png"/>
|
|
<TileColor>#00a300</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|