Added favicon and meta tags

This commit is contained in:
Alexis
2023-04-30 23:56:04 +02:00
parent e97eb670fa
commit 6700f00da7
10 changed files with 80 additions and 10 deletions

9
public/browserconfig.xml Normal file
View File

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