🚸 Add favicons

This commit is contained in:
Dan Jones 2023-11-23 10:11:26 -06:00
commit a1953fcece
11 changed files with 489 additions and 0 deletions

9
static/browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>