From ca65e929dcb1ded9c3ec3c5283716d2287c46e3d Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Sun, 23 Apr 2023 23:09:06 +0200 Subject: Added favicon and update meta --- File-decryption/webapp/android-chrome-192x192.png | Bin 0 -> 21048 bytes File-decryption/webapp/android-chrome-512x512.png | Bin 0 -> 61921 bytes File-decryption/webapp/apple-touch-icon.png | Bin 0 -> 13369 bytes File-decryption/webapp/browserconfig.xml | 9 +++ File-decryption/webapp/favicon-16x16.png | Bin 0 -> 1464 bytes File-decryption/webapp/favicon-32x32.png | Bin 0 -> 2087 bytes File-decryption/webapp/favicon.ico | Bin 0 -> 15086 bytes File-decryption/webapp/index.html | 16 +++- File-decryption/webapp/mstile-150x150.png | Bin 0 -> 12786 bytes File-decryption/webapp/safari-pinned-tab.svg | 86 ++++++++++++++++++++++ File-decryption/webapp/site.webmanifest | 19 +++++ 11 files changed, 126 insertions(+), 4 deletions(-) create mode 100644 File-decryption/webapp/android-chrome-192x192.png create mode 100644 File-decryption/webapp/android-chrome-512x512.png create mode 100644 File-decryption/webapp/apple-touch-icon.png create mode 100644 File-decryption/webapp/browserconfig.xml create mode 100644 File-decryption/webapp/favicon-16x16.png create mode 100644 File-decryption/webapp/favicon-32x32.png create mode 100644 File-decryption/webapp/favicon.ico create mode 100644 File-decryption/webapp/mstile-150x150.png create mode 100644 File-decryption/webapp/safari-pinned-tab.svg create mode 100644 File-decryption/webapp/site.webmanifest diff --git a/File-decryption/webapp/android-chrome-192x192.png b/File-decryption/webapp/android-chrome-192x192.png new file mode 100644 index 0000000..3dc3e55 Binary files /dev/null and b/File-decryption/webapp/android-chrome-192x192.png differ diff --git a/File-decryption/webapp/android-chrome-512x512.png b/File-decryption/webapp/android-chrome-512x512.png new file mode 100644 index 0000000..2f64aff Binary files /dev/null and b/File-decryption/webapp/android-chrome-512x512.png differ diff --git a/File-decryption/webapp/apple-touch-icon.png b/File-decryption/webapp/apple-touch-icon.png new file mode 100644 index 0000000..05d8b16 Binary files /dev/null and b/File-decryption/webapp/apple-touch-icon.png differ diff --git a/File-decryption/webapp/browserconfig.xml b/File-decryption/webapp/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/File-decryption/webapp/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/File-decryption/webapp/favicon-16x16.png b/File-decryption/webapp/favicon-16x16.png new file mode 100644 index 0000000..d08a870 Binary files /dev/null and b/File-decryption/webapp/favicon-16x16.png differ diff --git a/File-decryption/webapp/favicon-32x32.png b/File-decryption/webapp/favicon-32x32.png new file mode 100644 index 0000000..344c5d6 Binary files /dev/null and b/File-decryption/webapp/favicon-32x32.png differ diff --git a/File-decryption/webapp/favicon.ico b/File-decryption/webapp/favicon.ico new file mode 100644 index 0000000..e7754cc Binary files /dev/null and b/File-decryption/webapp/favicon.ico differ diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html index 97c0322..96e2494 100644 --- a/File-decryption/webapp/index.html +++ b/File-decryption/webapp/index.html @@ -5,15 +5,23 @@ - OpenCortex - - - + OpenCortex file decryption/decoder + + + + + + + + + + + diff --git a/File-decryption/webapp/mstile-150x150.png b/File-decryption/webapp/mstile-150x150.png new file mode 100644 index 0000000..abaf1a3 Binary files /dev/null and b/File-decryption/webapp/mstile-150x150.png differ diff --git a/File-decryption/webapp/safari-pinned-tab.svg b/File-decryption/webapp/safari-pinned-tab.svg new file mode 100644 index 0000000..f9fe35a --- /dev/null +++ b/File-decryption/webapp/safari-pinned-tab.svg @@ -0,0 +1,86 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + + + + + + + diff --git a/File-decryption/webapp/site.webmanifest b/File-decryption/webapp/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/File-decryption/webapp/site.webmanifest @@ -0,0 +1,19 @@ +{ + "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" +} -- cgit v1.2.3