diff options
| author | 8cy <[email protected]> | 2020-05-23 02:24:18 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-23 02:24:18 -0700 |
| commit | 454825558aef4320c82b3d3148537038364c9427 (patch) | |
| tree | fc8366ce0203fd58bb65d843c04608d25a08ab16 /public/images/icons/browserconfig.xml | |
| download | strelizia-master.tar.xz strelizia-master.zip | |
Diffstat (limited to 'public/images/icons/browserconfig.xml')
| -rw-r--r-- | public/images/icons/browserconfig.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/images/icons/browserconfig.xml b/public/images/icons/browserconfig.xml new file mode 100644 index 0000000..f95ebd2 --- /dev/null +++ b/public/images/icons/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/images/icons/mstile-150x150.png?v=XBreOJMe24"/> + <TileColor>#00aba9</TileColor> + </tile> + </msapplication> +</browserconfig> |