summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authormoderndevslulw <moderndevslulw@alright.party>2025-07-06 04:10:38 +0500
committermoderndevslulw <moderndevslulw@alright.party>2025-07-06 04:10:38 +0500
commit0a007696834656a48b6de0b14b576719f2e1a233 (patch)
treec3a9bf0a40da66962275f72424ad6e0000ee149b /public/index.php
parent65ef7bc6c9a18e7421468d0853d0c67369c01f97 (diff)
feat: assets
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php8
1 files changed, 4 insertions, 4 deletions
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'], '/!')) {
<!-- PROMO -->
<section class="row justify-between align-center background-colorful border" style="border-radius:4px">
<div class="row justify-center align-center img-gradient">
- <img src="/static/img/brand/profile_picture.png" alt=""
+ <img src="/static/img/brand/bot_picture.webp" alt=""
style="border-top-left-radius:4px;border-bottom-left-radius:4px;">
</div>
<div class="column justify-end gap-8 p-16">
@@ -58,7 +58,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
streams on time! </p>
</div>
<div class="icon">
- <img src="/static/img/features/live.gif" alt="">
+ <img src="/static/img/features/stream.webp" alt="">
</div>
</section>
<!-- EMOTE UPDATES -->
@@ -72,7 +72,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
</p>
</div>
<div class="icon">
- <img src="/static/img/features/7tv.gif" alt="">
+ <img src="/static/img/features/emotes.webp" alt="">
</div>
</section>
<!-- LUA CODING -->
@@ -86,7 +86,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) {
</p>
</div>
<div class="icon">
- <img src="/static/img/features/lua.gif" alt="">
+ <img src="/static/img/features/scripting.webp" alt="">
</div>
</section>
</div>