diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-30 15:23:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-30 15:23:47 -0400 |
| commit | 0a49203e883ad50db23bcf881402f3ebb0c18e19 (patch) | |
| tree | ac9931e011b2b2c4e9e2039d96fddf2c3ea86789 /static | |
| parent | 1279ce99700d4d1615b964043a218cfcf12d619a (diff) | |
add Microsoft tiles
Diffstat (limited to 'static')
| -rw-r--r-- | static/browserconfig.xml | 12 | ||||
| -rw-r--r-- | static/mstile-150x150.png | bin | 0 -> 3081 bytes | |||
| -rw-r--r-- | static/mstile-310x150.png | bin | 0 -> 3497 bytes | |||
| -rw-r--r-- | static/mstile-310x310.png | bin | 0 -> 7474 bytes | |||
| -rw-r--r-- | static/mstile-70x70.png | bin | 0 -> 2097 bytes |
5 files changed, 12 insertions, 0 deletions
diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 00000000..d14295ef --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <square310x310logo src="/mstile-310x310.png"/> + <square70x70logo src="/mstile-70x70.png"/> + <wide310x150logo src="/mstile-310x150.png"/> + <TileColor>#ffffff</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png Binary files differnew file mode 100644 index 00000000..750c0649 --- /dev/null +++ b/static/mstile-150x150.png diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png Binary files differnew file mode 100644 index 00000000..2774e78b --- /dev/null +++ b/static/mstile-310x150.png diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png Binary files differnew file mode 100644 index 00000000..15e009a7 --- /dev/null +++ b/static/mstile-310x310.png diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png Binary files differnew file mode 100644 index 00000000..9468c669 --- /dev/null +++ b/static/mstile-70x70.png |
