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