diff options
| author | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
| commit | 44dbcd6f34c676cefbacf12f18d9883c597a681a (patch) | |
| tree | 86610dc396b64baf3f2c4ef00a3b84dc6c1d2bde /static/browserconfig.xml | |
| download | hermit-44dbcd6f34c676cefbacf12f18d9883c597a681a.tar.gz | |
First commit
Diffstat (limited to 'static/browserconfig.xml')
| -rw-r--r-- | static/browserconfig.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..5aecc91 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#00aba9</TileColor> + </tile> + </msapplication> +</browserconfig> |
