From 0576e2c7a39ad2a20a734f25abff3b8911319684 Mon Sep 17 00:00:00 2001 From: Andriy Cherniy Date: Sat, 10 Sep 2022 22:08:04 +0300 Subject: initial commit --- static/android-chrome-192x192.png | Bin 0 -> 51308 bytes static/android-chrome-512x512.png | Bin 0 -> 305894 bytes static/apple-touch-icon.png | Bin 0 -> 45384 bytes static/favicon-16x16.png | Bin 0 -> 713 bytes static/favicon-32x32.png | Bin 0 -> 2187 bytes static/favicon.ico | Bin 0 -> 15406 bytes static/logo.jpg | Bin 0 -> 58500 bytes static/logo_smol.jpg | Bin 0 -> 1638 bytes static/site.webmanifest | 1 + 9 files changed, 1 insertion(+) create mode 100644 static/android-chrome-192x192.png create mode 100644 static/android-chrome-512x512.png create mode 100644 static/apple-touch-icon.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico create mode 100644 static/logo.jpg create mode 100644 static/logo_smol.jpg create mode 100644 static/site.webmanifest (limited to 'static') diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..d5dc041 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..ff8f49d Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..35ebb41 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..5947a1b 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..888e360 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..8ceb8b8 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo.jpg b/static/logo.jpg new file mode 100644 index 0000000..58316fd Binary files /dev/null and b/static/logo.jpg differ diff --git a/static/logo_smol.jpg b/static/logo_smol.jpg new file mode 100644 index 0000000..45191fe Binary files /dev/null and b/static/logo_smol.jpg differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file -- cgit v1.3-3-ga95d