From 695edaa1eff1c10f4a140f30089167f15b840d8a Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 20:44:23 -0400 Subject: favicons --- 404.html | 8 ++++++++ favicon.ico | Bin 1406 -> 0 bytes favicons/android-chrome-192x192.png | Bin 0 -> 34108 bytes favicons/android-chrome-384x384.png | Bin 0 -> 101381 bytes favicons/apple-touch-icon.png | Bin 0 -> 31104 bytes favicons/browserconfig.xml | 9 +++++++++ favicons/favicon-16x16.png | Bin 0 -> 918 bytes favicons/favicon-32x32.png | Bin 0 -> 2217 bytes favicons/favicon.ico | Bin 0 -> 12014 bytes favicons/mstile-150x150.png | Bin 0 -> 22942 bytes favicons/site.webmanifest | 19 +++++++++++++++++++ index.html | 8 ++++++++ 12 files changed, 44 insertions(+) delete mode 100644 favicon.ico create mode 100644 favicons/android-chrome-192x192.png create mode 100644 favicons/android-chrome-384x384.png create mode 100644 favicons/apple-touch-icon.png create mode 100644 favicons/browserconfig.xml create mode 100644 favicons/favicon-16x16.png create mode 100644 favicons/favicon-32x32.png create mode 100644 favicons/favicon.ico create mode 100644 favicons/mstile-150x150.png create mode 100644 favicons/site.webmanifest diff --git a/404.html b/404.html index 4ea10e6..b4df3d3 100644 --- a/404.html +++ b/404.html @@ -6,6 +6,14 @@ Universe + + + + + + + +
diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index ee69bf2..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicons/android-chrome-192x192.png b/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..c8c055b Binary files /dev/null and b/favicons/android-chrome-192x192.png differ diff --git a/favicons/android-chrome-384x384.png b/favicons/android-chrome-384x384.png new file mode 100644 index 0000000..333d3f2 Binary files /dev/null and b/favicons/android-chrome-384x384.png differ diff --git a/favicons/apple-touch-icon.png b/favicons/apple-touch-icon.png new file mode 100644 index 0000000..fae9c77 Binary files /dev/null and b/favicons/apple-touch-icon.png differ diff --git a/favicons/browserconfig.xml b/favicons/browserconfig.xml new file mode 100644 index 0000000..0f7880d --- /dev/null +++ b/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #603cba + + + diff --git a/favicons/favicon-16x16.png b/favicons/favicon-16x16.png new file mode 100644 index 0000000..0969f25 Binary files /dev/null and b/favicons/favicon-16x16.png differ diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png new file mode 100644 index 0000000..5a0ba32 Binary files /dev/null and b/favicons/favicon-32x32.png differ diff --git a/favicons/favicon.ico b/favicons/favicon.ico new file mode 100644 index 0000000..391c900 Binary files /dev/null and b/favicons/favicon.ico differ diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png new file mode 100644 index 0000000..fcce91d Binary files /dev/null and b/favicons/mstile-150x150.png differ diff --git a/favicons/site.webmanifest b/favicons/site.webmanifest new file mode 100644 index 0000000..79ad15d --- /dev/null +++ b/favicons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/index.html b/index.html index bd72cc2..580a3ac 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,14 @@ Universe | Home + + + + + + + +
-- cgit v1.2.3