vspd/webapi/public/images/favicon/browserconfig.xml
Jamie Holdstock d5eb18f557
Add support email and pubkey to GUI (#74)
* Add support email to gui.

* Use Decred fonts

* Use Decred favicon

* Add pubkey to homepage. Use properly typed struct for template data.

* go mod tidy
2020-05-27 15:36:11 +01:00

13 lines
537 B
XML

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/public/images/favicon/mstile-70x70.png?v=gT6Mc"/>
<square150x150logo src="/public/images/favicon/mstile-150x150.png?v=gT6Mc"/>
<square310x310logo src="/public/images/favicon/mstile-310x310.png?v=gT6Mc"/>
<wide310x150logo src="/public/images/favicon/mstile-310x150.png?v=gT6Mc"/>
<TileColor>#091440</TileColor>
</tile>
</msapplication>
</browserconfig>