Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-21 22:58:26 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-21 22:58:26 +0300
commite32340e78ec9035efbe1fe0b9dd5b64069ae2353 (patch)
treed473598ad871f946c0291f2a85edeb2aa40cc8ab /static/browserconfig.xml
parentd6cce40e02b4b378494ca3a824944eb4228a2dc6 (diff)
Move favicon files to static root
Diffstat (limited to 'static/browserconfig.xml')
-rw-r--r--static/browserconfig.xml9
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>