mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
10 lines
273 B
Text
10 lines
273 B
Text
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<browserconfig>
|
||
|
|
<msapplication>
|
||
|
|
<tile>
|
||
|
|
<square150x150logo src="<%= asset_path 'favicon/mstile-150x150.png' %>"/>
|
||
|
|
<TileColor>#da532c</TileColor>
|
||
|
|
</tile>
|
||
|
|
</msapplication>
|
||
|
|
</browserconfig>
|