diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-03 14:51:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-03 14:51:45 -0400 |
| commit | 5bf4b8e134b485d47a461d6eaab284d50cec0ef3 (patch) | |
| tree | ddfff4e2ee97baaee335dfaa14789cab9425d831 /public/ico/browserconfig.xml | |
| parent | 5054a79fe676df38c3f2324e2325c8a5cfb994d4 (diff) | |
| download | alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.gz alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.bz2 alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.zip | |
Favicons, updated homepage and more stuff
Diffstat (limited to 'public/ico/browserconfig.xml')
| -rw-r--r-- | public/ico/browserconfig.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/ico/browserconfig.xml b/public/ico/browserconfig.xml new file mode 100644 index 0000000..03525c6 --- /dev/null +++ b/public/ico/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/public/ico/mstile-150x150.png"/> + <TileColor>#da532c</TileColor> + </tile> + </msapplication> +</browserconfig> |
