A bit of restructuring, aligning it with how the website repo looks. Also adds the instructions for local builds to the main README (which is the only remaining README now). This PR is based on #75 and closes #74.
10 lines
222 B
XML
10 lines
222 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/mstile-150x150.png"/>
|
|
<TileColor>#0f3b21</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|