From 423f3d8fff632078149ffad1253368aacdb8244c Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 20:52:44 -0400 Subject: go go go --- 404.html | 12 +++++------- android-chrome-192x192.png | Bin 34108 -> 34108 bytes android-chrome-384x384.png | Bin 101381 -> 101381 bytes apple-touch-icon.png | Bin 31104 -> 31104 bytes browserconfig.xml | 2 +- favicon-16x16.png | Bin 918 -> 0 bytes favicon-32x32.png | Bin 2217 -> 2217 bytes index.html | 10 ++++------ mstile-150x150.png | Bin 22942 -> 22942 bytes site.webmanifest | 4 ++-- 10 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 favicon-16x16.png diff --git a/404.html b/404.html index b4df3d3..2c48161 100644 --- a/404.html +++ b/404.html @@ -4,15 +4,13 @@ - Universe + Universe | 404 - - - - - + + + + - diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png index c8c055b..e980d09 100644 Binary files a/android-chrome-192x192.png and b/android-chrome-192x192.png differ diff --git a/android-chrome-384x384.png b/android-chrome-384x384.png index 333d3f2..c5cc4c5 100644 Binary files a/android-chrome-384x384.png and b/android-chrome-384x384.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index fae9c77..1d31354 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml index b0a67bb..5cd27e3 100644 --- a/browserconfig.xml +++ b/browserconfig.xml @@ -2,7 +2,7 @@ - + #603cba diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 0969f25..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 5a0ba32..bbc7ed9 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 656596e..b03e195 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,11 @@ Universe | Home - - - - - + + + + - diff --git a/mstile-150x150.png b/mstile-150x150.png index fcce91d..4a3822f 100644 Binary files a/mstile-150x150.png and b/mstile-150x150.png differ diff --git a/site.webmanifest b/site.webmanifest index a476f60..a1553eb 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "", "icons": [ { - "src": "android-chrome-192x192.png", + "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "android-chrome-384x384.png", + "src": "/android-chrome-384x384.png", "sizes": "384x384", "type": "image/png" } -- cgit v1.2.3