diff --git a/android-chrome-96x96.png b/android-chrome-96x96.png new file mode 100644 index 0000000..6ae4192 Binary files /dev/null and b/android-chrome-96x96.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..aa87c56 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..5cd27e3 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #603cba + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..da8b748 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..09c2916 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..90e29ce Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 3cf9ed9..c3a3a4b 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,17 @@ VoidMedia + + + + + + + + + + +
diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..e2917a6 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..f637816 --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,20 @@ + + + + +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..c42d1a5 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}