Updated Logo

This commit is contained in:
mowetentertainment1 2025-11-10 21:47:56 -05:00
parent 2f01d1624d
commit 5a013488e0
2 changed files with 6 additions and 1 deletions

BIN
img/logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -138,7 +138,7 @@
<!-- Logo --> <!-- Logo -->
<div class="flex justify-center mb-[30px]"> <div class="flex justify-center mb-[30px]">
<img src="/img/logo.png" alt="Server Logo" <img src="/img/logo2.png" alt="Server Logo"
class="rounded-lg shadow-inner"> class="rounded-lg shadow-inner">
</div> </div>
@ -223,6 +223,11 @@
--> -->
<script> <script>
const backgrounds = [ const backgrounds = [
'/img/backgrounds/background6.png',
'/img/backgrounds/background2.png',
'/img/backgrounds/background3.webp',
'/img/backgrounds/background4.jpg',
'/img/backgrounds/background5.jpg',
'/img/backgrounds/background1.png', '/img/backgrounds/background1.png',
// Add more backgrounds as needed, // Add more backgrounds as needed,
]; ];