feat: add favicons
This commit is contained in:
parent
35c5977f47
commit
eecc11878e
36 changed files with 101 additions and 29 deletions
11
static/browserconfig.xml
Normal file
11
static/browserconfig.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/icons/ms-icon-70x70.png" />
|
||||
<square150x150logo src="/icons/ms-icon-150x150.png" />
|
||||
<square310x310logo src="/icons/ms-icon-310x310.png" />
|
||||
<TileColor>#ffffff</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue