From 0a007696834656a48b6de0b14b576719f2e1a233 Mon Sep 17 00:00:00 2001 From: moderndevslulw Date: Sun, 6 Jul 2025 04:10:38 +0500 Subject: feat: assets --- public/index.php | 8 ++++---- public/static/favicon.ico | Bin 0 -> 1406 bytes public/static/img/brand/bot_picture.webp | Bin 0 -> 23178 bytes public/static/img/brand/project_icon.webp | Bin 0 -> 8040 bytes public/static/img/features/emotes.webp | Bin 0 -> 501526 bytes public/static/img/features/scripting.webp | Bin 0 -> 115408 bytes public/static/img/features/stream.webp | Bin 0 -> 49606 bytes 7 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 public/static/favicon.ico create mode 100644 public/static/img/brand/bot_picture.webp create mode 100644 public/static/img/brand/project_icon.webp create mode 100644 public/static/img/features/emotes.webp create mode 100644 public/static/img/features/scripting.webp create mode 100644 public/static/img/features/stream.webp (limited to 'public') diff --git a/public/index.php b/public/index.php index e3afcf7..a826d90 100644 --- a/public/index.php +++ b/public/index.php @@ -27,7 +27,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
-
@@ -58,7 +58,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) { streams on time!

- +
@@ -72,7 +72,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {

- +
@@ -86,7 +86,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {

- +
diff --git a/public/static/favicon.ico b/public/static/favicon.ico new file mode 100644 index 0000000..359f689 Binary files /dev/null and b/public/static/favicon.ico differ diff --git a/public/static/img/brand/bot_picture.webp b/public/static/img/brand/bot_picture.webp new file mode 100644 index 0000000..845d4a3 Binary files /dev/null and b/public/static/img/brand/bot_picture.webp differ diff --git a/public/static/img/brand/project_icon.webp b/public/static/img/brand/project_icon.webp new file mode 100644 index 0000000..41669ea Binary files /dev/null and b/public/static/img/brand/project_icon.webp differ diff --git a/public/static/img/features/emotes.webp b/public/static/img/features/emotes.webp new file mode 100644 index 0000000..db72f01 Binary files /dev/null and b/public/static/img/features/emotes.webp differ diff --git a/public/static/img/features/scripting.webp b/public/static/img/features/scripting.webp new file mode 100644 index 0000000..2727abb Binary files /dev/null and b/public/static/img/features/scripting.webp differ diff --git a/public/static/img/features/stream.webp b/public/static/img/features/stream.webp new file mode 100644 index 0000000..5b8c7d6 Binary files /dev/null and b/public/static/img/features/stream.webp differ -- cgit v1.2.3