summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/static/img
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-03-16 10:48:37 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-03-16 10:48:37 +0100
commit905ced06bd27d4a252791c2316d0bb00b8326d35 (patch)
tree223c46b0c1902ec73ea55d401eebbf01078c082d /g4f/gui/client/static/img
parentMove raise_for_status, Create FormData wrapper (diff)
downloadgpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.tar
gpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.tar.gz
gpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.tar.bz2
gpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.tar.lz
gpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.tar.xz
gpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.tar.zst
gpt4free-905ced06bd27d4a252791c2316d0bb00b8326d35.zip
Diffstat (limited to 'g4f/gui/client/static/img')
-rw-r--r--g4f/gui/client/static/img/android-chrome-192x192.pngbin0 -> 8908 bytes
-rw-r--r--g4f/gui/client/static/img/android-chrome-512x512.pngbin0 -> 17626 bytes
-rw-r--r--g4f/gui/client/static/img/apple-touch-icon.pngbin0 -> 7984 bytes
-rw-r--r--g4f/gui/client/static/img/favicon-16x16.pngbin0 -> 499 bytes
-rw-r--r--g4f/gui/client/static/img/favicon-32x32.pngbin0 -> 1041 bytes
-rw-r--r--g4f/gui/client/static/img/gpt.pngbin0 -> 2885 bytes
-rw-r--r--g4f/gui/client/static/img/site.webmanifest19
-rw-r--r--g4f/gui/client/static/img/user.pngbin0 -> 17004 bytes
8 files changed, 19 insertions, 0 deletions
diff --git a/g4f/gui/client/static/img/android-chrome-192x192.png b/g4f/gui/client/static/img/android-chrome-192x192.png
new file mode 100644
index 00000000..3c32aceb
--- /dev/null
+++ b/g4f/gui/client/static/img/android-chrome-192x192.png
Binary files differ
diff --git a/g4f/gui/client/static/img/android-chrome-512x512.png b/g4f/gui/client/static/img/android-chrome-512x512.png
new file mode 100644
index 00000000..ae601c93
--- /dev/null
+++ b/g4f/gui/client/static/img/android-chrome-512x512.png
Binary files differ
diff --git a/g4f/gui/client/static/img/apple-touch-icon.png b/g4f/gui/client/static/img/apple-touch-icon.png
new file mode 100644
index 00000000..1143d19a
--- /dev/null
+++ b/g4f/gui/client/static/img/apple-touch-icon.png
Binary files differ
diff --git a/g4f/gui/client/static/img/favicon-16x16.png b/g4f/gui/client/static/img/favicon-16x16.png
new file mode 100644
index 00000000..6e934fb8
--- /dev/null
+++ b/g4f/gui/client/static/img/favicon-16x16.png
Binary files differ
diff --git a/g4f/gui/client/static/img/favicon-32x32.png b/g4f/gui/client/static/img/favicon-32x32.png
new file mode 100644
index 00000000..efc095b5
--- /dev/null
+++ b/g4f/gui/client/static/img/favicon-32x32.png
Binary files differ
diff --git a/g4f/gui/client/static/img/gpt.png b/g4f/gui/client/static/img/gpt.png
new file mode 100644
index 00000000..60e24da0
--- /dev/null
+++ b/g4f/gui/client/static/img/gpt.png
Binary files differ
diff --git a/g4f/gui/client/static/img/site.webmanifest b/g4f/gui/client/static/img/site.webmanifest
new file mode 100644
index 00000000..f8eab4d7
--- /dev/null
+++ b/g4f/gui/client/static/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/static/img/user.png b/g4f/gui/client/static/img/user.png
new file mode 100644
index 00000000..d1908e1d
--- /dev/null
+++ b/g4f/gui/client/static/img/user.png
Binary files differ