From 0a49203e883ad50db23bcf881402f3ebb0c18e19 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 30 May 2019 15:23:47 -0400 Subject: add Microsoft tiles --- static/browserconfig.xml | 12 ++++++++++++ static/mstile-150x150.png | Bin 0 -> 3081 bytes static/mstile-310x150.png | Bin 0 -> 3497 bytes static/mstile-310x310.png | Bin 0 -> 7474 bytes static/mstile-70x70.png | Bin 0 -> 2097 bytes 5 files changed, 12 insertions(+) create mode 100644 static/browserconfig.xml create mode 100644 static/mstile-150x150.png create mode 100644 static/mstile-310x150.png create mode 100644 static/mstile-310x310.png create mode 100644 static/mstile-70x70.png (limited to 'static') 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 @@ + + + + + + + + + #ffffff + + + diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 00000000..750c0649 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png new file mode 100644 index 00000000..2774e78b Binary files /dev/null and b/static/mstile-310x150.png differ diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png new file mode 100644 index 00000000..15e009a7 Binary files /dev/null and b/static/mstile-310x310.png differ diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png new file mode 100644 index 00000000..9468c669 Binary files /dev/null and b/static/mstile-70x70.png differ -- cgit v1.3.1