Welcome to mirror list, hosted at ThFree Co, Russian Federation.

browserconfig.xml « static - github.com/kimcc/hugo-theme-noteworthy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62400c5f23cc2b810b25db66024b98784f0ea43d (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
    <msapplication>
        <tile>
            <square150x150logo src="images/favicons/mstile-150x150.png"/>
            <square310x310logo src="images/favicons/mstile-310x310.png"/>
            <TileColor>#2d89ef</TileColor>
        </tile>
    </msapplication>
</browserconfig>