diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-24 17:36:14 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-24 17:36:14 +0200 |
| commit | 680a7ecd6046820c7495ac103495215b5ccaabd5 (patch) | |
| tree | badbff3a0aa0ea6e0790c8e9ff392fa9cd518f1f /htdocs/src/images/favicon/browserconfig.xml | |
| parent | fdd1ffe2f3aac68d7520f8ece4334ef32bb2ac4a (diff) | |
chore: add fonts and images
Diffstat (limited to 'htdocs/src/images/favicon/browserconfig.xml')
| -rw-r--r-- | htdocs/src/images/favicon/browserconfig.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/src/images/favicon/browserconfig.xml b/htdocs/src/images/favicon/browserconfig.xml new file mode 100644 index 0000000..f9c2e67 --- /dev/null +++ b/htdocs/src/images/favicon/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#2b5797</TileColor> + </tile> + </msapplication> +</browserconfig> |
