diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..24bed7d Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..2e1d374 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon-114x114.png b/static/apple-touch-icon-114x114.png new file mode 100644 index 0000000..714293c Binary files /dev/null and b/static/apple-touch-icon-114x114.png differ diff --git a/static/apple-touch-icon-120x120.png b/static/apple-touch-icon-120x120.png new file mode 100644 index 0000000..46d5c22 Binary files /dev/null and b/static/apple-touch-icon-120x120.png differ diff --git a/static/apple-touch-icon-144x144.png b/static/apple-touch-icon-144x144.png new file mode 100644 index 0000000..a2353f1 Binary files /dev/null and b/static/apple-touch-icon-144x144.png differ diff --git a/static/apple-touch-icon-152x152.png b/static/apple-touch-icon-152x152.png new file mode 100644 index 0000000..ed8d56c Binary files /dev/null and b/static/apple-touch-icon-152x152.png differ diff --git a/static/apple-touch-icon-180x180.png b/static/apple-touch-icon-180x180.png new file mode 100644 index 0000000..61e76dc Binary files /dev/null and b/static/apple-touch-icon-180x180.png differ diff --git a/static/apple-touch-icon-57x57.png b/static/apple-touch-icon-57x57.png new file mode 100644 index 0000000..8fe4ce1 Binary files /dev/null and b/static/apple-touch-icon-57x57.png differ diff --git a/static/apple-touch-icon-60x60.png b/static/apple-touch-icon-60x60.png new file mode 100644 index 0000000..c2d3ca0 Binary files /dev/null and b/static/apple-touch-icon-60x60.png differ diff --git a/static/apple-touch-icon-72x72.png b/static/apple-touch-icon-72x72.png new file mode 100644 index 0000000..11d24b2 Binary files /dev/null and b/static/apple-touch-icon-72x72.png differ diff --git a/static/apple-touch-icon-76x76.png b/static/apple-touch-icon-76x76.png new file mode 100644 index 0000000..91021f8 Binary files /dev/null and b/static/apple-touch-icon-76x76.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..61e76dc Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..3852589 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #55852c + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..265539d Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..345e105 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..0de22ef Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..75a21e1 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/mstile-144x144.png b/static/mstile-144x144.png new file mode 100644 index 0000000..df2fbe5 Binary files /dev/null and b/static/mstile-144x144.png differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..bc4accf Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png new file mode 100644 index 0000000..538bd85 Binary files /dev/null and b/static/mstile-310x150.png differ diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png new file mode 100644 index 0000000..b730e88 Binary files /dev/null and b/static/mstile-310x310.png differ diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png new file mode 100644 index 0000000..56261d2 Binary files /dev/null and b/static/mstile-70x70.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..1fd3555 --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..07842fe --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "start_url": "https://notmy.space", + "display": "standalone" +}