Skip to content
Snippets Groups Projects
browserconfig.xml 277 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    ---
    <?xml version="1.0" encoding="utf-8"?>
    <browserconfig>
        <msapplication>
            <tile>
                <square150x150logo src="{{ '/mstile-150x150.png' | relative_url }}"/>
                <TileColor>#da532c</TileColor>
            </tile>
        </msapplication>
    </browserconfig>