From 7e4e374f621d9d1c37f37ff6555e013cdb3b03a0 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:52:17 +0100 Subject: ~ | new g4f GUI --- g4f/gui/client/img/android-chrome-192x192.png | Bin 0 -> 8908 bytes g4f/gui/client/img/android-chrome-512x512.png | Bin 0 -> 17626 bytes g4f/gui/client/img/apple-touch-icon.png | Bin 0 -> 7984 bytes g4f/gui/client/img/favicon-16x16.png | Bin 0 -> 499 bytes g4f/gui/client/img/favicon-32x32.png | Bin 0 -> 1041 bytes g4f/gui/client/img/gpt.png | Bin 0 -> 2885 bytes g4f/gui/client/img/site.webmanifest | 19 +++++++++++++++++++ g4f/gui/client/img/user.png | Bin 0 -> 17004 bytes 8 files changed, 19 insertions(+) create mode 100644 g4f/gui/client/img/android-chrome-192x192.png create mode 100644 g4f/gui/client/img/android-chrome-512x512.png create mode 100644 g4f/gui/client/img/apple-touch-icon.png create mode 100644 g4f/gui/client/img/favicon-16x16.png create mode 100644 g4f/gui/client/img/favicon-32x32.png create mode 100644 g4f/gui/client/img/gpt.png create mode 100644 g4f/gui/client/img/site.webmanifest create mode 100644 g4f/gui/client/img/user.png (limited to 'g4f/gui/client/img') diff --git a/g4f/gui/client/img/android-chrome-192x192.png b/g4f/gui/client/img/android-chrome-192x192.png new file mode 100644 index 00000000..3c32aceb Binary files /dev/null and b/g4f/gui/client/img/android-chrome-192x192.png differ diff --git a/g4f/gui/client/img/android-chrome-512x512.png b/g4f/gui/client/img/android-chrome-512x512.png new file mode 100644 index 00000000..ae601c93 Binary files /dev/null and b/g4f/gui/client/img/android-chrome-512x512.png differ diff --git a/g4f/gui/client/img/apple-touch-icon.png b/g4f/gui/client/img/apple-touch-icon.png new file mode 100644 index 00000000..1143d19a Binary files /dev/null and b/g4f/gui/client/img/apple-touch-icon.png differ diff --git a/g4f/gui/client/img/favicon-16x16.png b/g4f/gui/client/img/favicon-16x16.png new file mode 100644 index 00000000..6e934fb8 Binary files /dev/null and b/g4f/gui/client/img/favicon-16x16.png differ diff --git a/g4f/gui/client/img/favicon-32x32.png b/g4f/gui/client/img/favicon-32x32.png new file mode 100644 index 00000000..efc095b5 Binary files /dev/null and b/g4f/gui/client/img/favicon-32x32.png differ diff --git a/g4f/gui/client/img/gpt.png b/g4f/gui/client/img/gpt.png new file mode 100644 index 00000000..60e24da0 Binary files /dev/null and b/g4f/gui/client/img/gpt.png differ diff --git a/g4f/gui/client/img/site.webmanifest b/g4f/gui/client/img/site.webmanifest new file mode 100644 index 00000000..f8eab4d7 --- /dev/null +++ b/g4f/gui/client/img/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/assets/img/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/img/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/g4f/gui/client/img/user.png b/g4f/gui/client/img/user.png new file mode 100644 index 00000000..d1908e1d Binary files /dev/null and b/g4f/gui/client/img/user.png differ -- cgit v1.2.3