From 0a007696834656a48b6de0b14b576719f2e1a233 Mon Sep 17 00:00:00 2001
From: moderndevslulw
Date: Sun, 6 Jul 2025 04:10:38 +0500
Subject: feat: assets
---
lib/partials.php | 6 +++---
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
8 files changed, 7 insertions(+), 7 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
diff --git a/lib/partials.php b/lib/partials.php
index f957cb5..2e2df78 100644
--- a/lib/partials.php
+++ b/lib/partials.php
@@ -7,7 +7,7 @@ function html_navigation_bar()
@@ -27,8 +27,8 @@ function html_big_footer()
-

+
@@ -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