From ecdbe2ba90e33f02d1ff6c2960eac6ad8fc17e8a Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 19:29:25 -0400 Subject: trying the favicons --- 404.html | 7 +++++ android-chrome-192x192.png | Bin 0 -> 34849 bytes apple-touch-icon.png | Bin 0 -> 31985 bytes browserconfig.xml | 9 +++++++ favicon-16x16.png | Bin 0 -> 918 bytes favicon-32x32.png | Bin 0 -> 2216 bytes favicon.ico | Bin 1406 -> 12014 bytes index.html | 7 +++++ mstile-150x150.png | Bin 0 -> 23121 bytes safari-pinned-tab.svg | 64 +++++++++++++++++++++++++++++++++++++++++++++ site.webmanifest | 14 ++++++++++ 11 files changed, 101 insertions(+) create mode 100644 android-chrome-192x192.png create mode 100644 apple-touch-icon.png create mode 100644 browserconfig.xml create mode 100644 favicon-16x16.png create mode 100644 favicon-32x32.png create mode 100644 mstile-150x150.png create mode 100644 safari-pinned-tab.svg create mode 100644 site.webmanifest diff --git a/404.html b/404.html index 4ea10e6..8bca8ed 100644 --- a/404.html +++ b/404.html @@ -6,6 +6,13 @@ Universe + + + + + + +
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..51cceb6 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..cbd5b45 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..d7eed67 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..ff60374 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico index ee69bf2..52a2872 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.html b/index.html index bd72cc2..7e02ab0 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,13 @@ Universe | Home + + + + + + +
diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..3e8c90f Binary files /dev/null and b/mstile-150x150.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..a181ecb --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,64 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + + + + + + + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..0e0e858 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3