feat(baseof.html): include favicon partial in head section of baseof.html layout for favicon rendering

This commit is contained in:
Sped0n
2023-11-04 14:29:09 +08:00
parent de523d08f4
commit 7150be69d6
14 changed files with 92 additions and 0 deletions

View File

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