view kallithea/public/images/browserconfig.xml @ 7097:faaefd08f790

add icons and config to satisfy http://realfavicongenerator.net/ Without this, on some paltforms, the favicon is not used correctly.
author domruf <dominikruf@gmail.com>
date Sun, 26 Mar 2017 16:54:40 +0200
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
    <msapplication>
        <tile>
            <square150x150logo src="/images/mstile-150x150.png"/>
            <TileColor>#da532c</TileColor>
        </tile>
    </msapplication>
</browserconfig>