+
Panel de Administración Real-Time
Lili Records Radio Statistics
diff --git a/assets/pasted-20260215-163146-2a3039b2.jpg b/assets/pasted-20260215-163146-2a3039b2.jpg
new file mode 100644
index 0000000..65d6329
Binary files /dev/null and b/assets/pasted-20260215-163146-2a3039b2.jpg differ
diff --git a/index.php b/index.php
index 8b918f3..0a4d6d2 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/tracker.php';
track_visitor();
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.';
-$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-151251-1c7b1936.png';
+$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-163146-2a3039b2.jpg';
// WhatsApp info
$whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
@@ -144,6 +144,21 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
-webkit-text-fill-color: transparent;
}
+ .brand-logo {
+ width: 100px;
+ height: 100px;
+ border-radius: 50%;
+ margin-bottom: 1rem;
+ object-fit: cover;
+ border: 2px solid var(--primary-color);
+ box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
+ transition: transform 0.3s ease;
+ }
+
+ .brand-logo:hover {
+ transform: scale(1.1) rotate(5deg);
+ }
+
.brand p {
font-size: 1rem;
opacity: 0.8;
@@ -511,6 +526,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";