Guide_3DS/images/site-config/browserconfig.xml
lifehackerhansol 810e90c2b5
treewide: move everything theme related to submodule
All themes are moved to `_theme` submodule, which will be shared with
other websites on hacks.guide.

Repository-specific files can be overlayed after the fact, such as
additional languages, custom JavaScript, progress table paths and the
like.
2024-01-16 12:31:55 -08:00

9 lines
241 B
XML

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