Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Dark Jester - Daddy of the Baddy's</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Creepster&family=Eater&family=Henny+Penny&family=IM+Fell+DW+Pica&display=swap'); | |
body { | |
background-color: #000; | |
color: #e0e0e0; | |
overflow-x: hidden; | |
font-family: 'IM Fell DW Pica', serif; | |
background-image: url('https://images.unsplash.com/photo-1518709268805-4e9042af9f23?q=80&w=1000'); | |
background-attachment: fixed; | |
background-size: cover; | |
background-position: center; | |
} | |
.satanic-border { | |
border: 3px solid #5e0000; | |
border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M20,20 L80,20 L80,80 L20,80 Z' fill='none' stroke='%235e0000' stroke-width='4' stroke-dasharray='10,5'/%3E%3C/svg%3E") 10; | |
box-shadow: 0 0 20px rgba(139, 0, 0, 0.7); | |
} | |
.pentagram-bg { | |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 0 L61.8 38.2 L100 38.2 L69.1 61.8 L80.9 100 L50 76.4 L19.1 100 L30.9 61.8 L0 38.2 L38.2 38.2 Z' fill='%235e0000' fill-opacity='0.2'/%3E%3C/svg%3E"); | |
background-size: 100px; | |
background-position: center; | |
} | |
.flicker { | |
animation: flicker 3s linear infinite; | |
} | |
@keyframes flicker { | |
0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { | |
opacity: 1; | |
text-shadow: 0 0 10px #ff0000; | |
} | |
20%, 22%, 24%, 55% { | |
opacity: 0.7; | |
text-shadow: none; | |
} | |
} | |
.blood-drip { | |
position: relative; | |
} | |
.blood-drip::after { | |
content: ""; | |
position: absolute; | |
bottom: -10px; | |
left: 0; | |
width: 100%; | |
height: 20px; | |
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0,10 Q25,20 50,10 Q75,0 100,10' fill='%235e0000'/%3E%3C/svg%3E") repeat-x; | |
background-size: 100px 20px; | |
} | |
.hover-glow:hover { | |
filter: drop-shadow(0 0 8px #ff0000); | |
transform: scale(1.02); | |
transition: all 0.3s ease; | |
} | |
.scrollbar-satanic::-webkit-scrollbar { | |
width: 8px; | |
height: 8px; | |
} | |
.scrollbar-satanic::-webkit-scrollbar-track { | |
background: #1a0000; | |
} | |
.scrollbar-satanic::-webkit-scrollbar-thumb { | |
background: #5e0000; | |
border-radius: 4px; | |
} | |
.scrollbar-satanic::-webkit-scrollbar-thumb:hover { | |
background: #ff0000; | |
} | |
.nude-overlay { | |
position: relative; | |
} | |
.nude-overlay::after { | |
content: ""; | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
background: rgba(94, 0, 0, 0.3); | |
mix-blend-mode: multiply; | |
} | |
.jester-mask { | |
position: relative; | |
} | |
.jester-mask::before { | |
content: ""; | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 10 Q70 30 50 50 Q30 70 50 90 Q70 70 50 50 Q30 30 50 10' fill='none' stroke='%23dc143c' stroke-width='2'/%3E%3C/svg%3E") no-repeat center; | |
opacity: 0.2; | |
pointer-events: none; | |
} | |
.sigil { | |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M20,50 Q35,20 50,50 Q65,80 80,50' fill='none' stroke='%23ff0000' stroke-width='2'/%3E%3Cpath d='M30,30 L70,70 M30,70 L70,30' stroke='%23ff0000' stroke-width='2'/%3E%3C/svg%3E"); | |
background-size: contain; | |
background-repeat: no-repeat; | |
background-position: center; | |
} | |
.dark-overlay { | |
background-color: rgba(0, 0, 0, 0.85); | |
} | |
</style> | |
</head> | |
<body class="min-h-screen"> | |
<!-- Blood Drip Header --> | |
<header class="dark-overlay py-6 relative overflow-hidden pentagram-bg"> | |
<div class="container mx-auto px-4 relative z-10"> | |
<div class="flex flex-col md:flex-row justify-between items-center"> | |
<div class="text-center md:text-left mb-4 md:mb-0"> | |
<h1 class="text-5xl md:text-6xl font-bold text-white flicker" style="font-family: 'Eater', cursive;">DARK JESTER</h1> | |
<p class="text-xl text-red-500" style="font-family: 'Creepster', cursive;">Daddy of the Baddy's</p> | |
</div> | |
<div class="text-center md:text-right"> | |
<h2 class="text-3xl font-bold text-white" style="font-family: 'Creepster', cursive;">MINDFRAM3 STUDIOS</h2> | |
<p class="text-sm text-white/70">Est. 666</p> | |
</div> | |
</div> | |
</div> | |
<div class="blood-drip"></div> | |
</header> | |
<!-- Main Content --> | |
<main class="container mx-auto px-4 py-8 dark-overlay"> | |
<!-- Big Daddy J Hero Section --> | |
<section class="mb-16 satanic-border p-0 overflow-hidden relative"> | |
<div class="h-96 w-full bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1608889825103-eb2d9d53b1a3?q=80&w=1000');"> | |
<div class="absolute inset-0 bg-black/50 flex items-center justify-center"> | |
<div class="text-center p-6"> | |
<h2 class="text-4xl md:text-6xl font-bold text-white mb-4 flicker" style="font-family: 'Eater', cursive;">BIG DADDY J</h2> | |
<p class="text-xl text-white/80 mb-6">The Sinister Jester of Horrorcore</p> | |
<div class="flex justify-center space-x-4"> | |
<a href="#music" class="bg-red-600 hover:bg-red-800 text-white px-6 py-3 rounded-full transition-colors"> | |
<i class="fas fa-music mr-2"></i> MUSIC | |
</a> | |
<a href="#merch" class="bg-black hover:bg-red-900 text-white px-6 py-3 rounded-full border border-red-600 transition-colors"> | |
<i class="fas fa-tshirt mr-2"></i> MERCH | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Music Section --> | |
<section id="music" class="mb-16"> | |
<h2 class="text-3xl font-bold text-red-600 mb-6 text-center blood-drip" style="font-family: 'Creepster', cursive;">THE DARK SOUNDS</h2> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mb-8"> | |
<!-- Album 1 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow relative jester-mask"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1470225620780-dba8ba36b745?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">CARNIVAL OF DAMNATION</h3> | |
<p class="text-sm text-white/70 mb-4">The debut album that started it all</p> | |
<div class="flex justify-between items-center"> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-4 py-2 rounded-full text-sm transition-colors"> | |
<i class="fas fa-play mr-1"></i> PLAY | |
</button> | |
<span class="text-xs text-white/50">13 tracks</span> | |
</div> | |
</div> | |
<!-- Album 2 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow relative jester-mask"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1496293455970-f8581aae0e3b?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">JESTER'S REQUIEM</h3> | |
<p class="text-sm text-white/70 mb-4">The critically acclaimed second coming</p> | |
<div class="flex justify-between items-center"> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-4 py-2 rounded-full text-sm transition-colors"> | |
<i class="fas fa-play mr-1"></i> PLAY | |
</button> | |
<span class="text-xs text-white/50">16 tracks</span> | |
</div> | |
</div> | |
<!-- Album 3 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow relative jester-mask"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1508700115892-45ecd5ae3735?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">BLOOD HARVEST</h3> | |
<p class="text-sm text-white/70 mb-4">The latest offering of horror</p> | |
<div class="flex justify-between items-center"> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-4 py-2 rounded-full text-sm transition-colors"> | |
<i class="fas fa-play mr-1"></i> PLAY | |
</button> | |
<span class="text-xs text-white/50">18 tracks</span> | |
</div> | |
</div> | |
</div> | |
<div class="text-center"> | |
<a href="https://soundcloud.com/mindfram3" target="_blank" class="bg-black hover:bg-red-900 text-white px-8 py-3 rounded-full border border-red-600 transition-colors inline-flex items-center"> | |
<i class="fab fa-soundcloud mr-2 text-2xl"></i> FOLLOW ON SOUNDCLOUD | |
</a> | |
</div> | |
</section> | |
<!-- Lore Section --> | |
<section class="mb-16 satanic-border p-8 bg-black/50 relative overflow-hidden"> | |
<div class="absolute inset-0 flex items-center justify-center opacity-10 sigil"></div> | |
<div class="relative z-10"> | |
<h2 class="text-3xl font-bold text-red-600 mb-6 text-center" style="font-family: 'Creepster', cursive;">THE LORE OF DARK JESTER</h2> | |
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center"> | |
<div> | |
<p class="text-white/80 mb-4"> | |
Born from the darkest corners of the carnival, Big Daddy J emerged as the embodiment of horror and madness. Once a mere performer, he made a pact with dark forces to become the Daddy of the Baddy's - the ruler of all things wicked. | |
</p> | |
<p class="text-white/80 mb-4"> | |
His transformation into Dark Jester occurred during the Blood Moon of '99, when he sacrificed his humanity in exchange for eternal power over the realms of horrorcore. Now he reigns supreme, spreading his twisted gospel through rhyme and rhythm. | |
</p> | |
<p class="text-white/80"> | |
The MINDFRAM3 STUDIOS serve as his unholy chapel, where he records his dark sermons and crafts his nightmarish visions into reality. Those who enter his domain rarely leave unchanged. | |
</p> | |
</div> | |
<div class="h-64 md:h-96 bg-cover bg-center rounded-lg" style="background-image: url('https://images.unsplash.com/photo-1608889825271-9696281ab804?q=80&w=1000');"></div> | |
</div> | |
</div> | |
</section> | |
<!-- Merchandise Section --> | |
<section id="merch" class="mb-16"> | |
<h2 class="text-3xl font-bold text-red-600 mb-6 text-center blood-drip" style="font-family: 'Creepster', cursive;">SINISTER MERCHANDISE</h2> | |
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"> | |
<!-- Merch Item 1 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1529374257234-475c3cddfd71?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">JESTER'S HOODIE</h3> | |
<p class="text-sm text-white/70 mb-3">Black hoodie with blood-red pentagram design</p> | |
<div class="flex justify-between items-center"> | |
<span class="text-red-600 font-bold">$49.66</span> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-3 py-1 rounded-full text-xs transition-colors"> | |
<i class="fas fa-cart-plus"></i> ADD | |
</button> | |
</div> | |
</div> | |
<!-- Merch Item 2 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1527719327859-c6ce80353573?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">DAMNATION TEE</h3> | |
<p class="text-sm text-white/70 mb-3">Limited edition tour t-shirt</p> | |
<div class="flex justify-between items-center"> | |
<span class="text-red-600 font-bold">$29.66</span> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-3 py-1 rounded-full text-xs transition-colors"> | |
<i class="fas fa-cart-plus"></i> ADD | |
</button> | |
</div> | |
</div> | |
<!-- Merch Item 3 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1618517049011-8416a6d160c9?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">RITUAL MASK</h3> | |
<p class="text-sm text-white/70 mb-3">Replica of Dark Jester's performance mask</p> | |
<div class="flex justify-between items-center"> | |
<span class="text-red-600 font-bold">$66.60</span> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-3 py-1 rounded-full text-xs transition-colors"> | |
<i class="fas fa-cart-plus"></i> ADD | |
</button> | |
</div> | |
</div> | |
<!-- Merch Item 4 --> | |
<div class="satanic-border p-4 bg-black/50 hover-glow"> | |
<div class="h-48 w-full bg-cover bg-center mb-4" style="background-image: url('https://images.unsplash.com/photo-1617137968427-85924c800a22?q=80&w=1000');"></div> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">BLOOD VINYL</h3> | |
<p class="text-sm text-white/70 mb-3">Limited red vinyl pressing</p> | |
<div class="flex justify-between items-center"> | |
<span class="text-red-600 font-bold">$66.66</span> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-3 py-1 rounded-full text-xs transition-colors"> | |
<i class="fas fa-cart-plus"></i> ADD | |
</button> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Dark Jester's Harem --> | |
<section class="mb-16 satanic-border p-6 bg-black/50 relative overflow-hidden"> | |
<h2 class="text-3xl font-bold text-red-600 mb-6 text-center" style="font-family: 'Creepster', cursive;">DARK JESTER'S HAREM</h2> | |
<p class="text-center text-white/80 mb-6">The sinful women who worship at the altar of the Jester</p> | |
<div class="overflow-x-auto scrollbar-satanic"> | |
<div class="flex space-x-4" style="min-width: max-content;"> | |
<!-- Harem Member 1 --> | |
<div class="flex-shrink-0 w-64 h-80 bg-cover bg-center rounded-lg nude-overlay hover-glow" style="background-image: url('https://images.unsplash.com/photo-1583864697784-a0ef4b2f3eaa?q=80&w=1000');"> | |
<div class="absolute bottom-0 left-0 right-0 bg-black/70 p-3"> | |
<h4 class="font-bold text-white">LILITH</h4> | |
<p class="text-xs text-white/70">High Priestess</p> | |
</div> | |
</div> | |
<!-- Harem Member 2 --> | |
<div class="flex-shrink-0 w-64 h-80 bg-cover bg-center rounded-lg nude-overlay hover-glow" style="background-image: url('https://images.unsplash.com/photo-1549060279-7e168fcee0c2?q=80&w=1000');"> | |
<div class="absolute bottom-0 left-0 right-0 bg-black/70 p-3"> | |
<h4 class="font-bold text-white">MORANA</h4> | |
<p class="text-xs text-white/70">Blood Maiden</p> | |
</div> | |
</div> | |
<!-- Harem Member 3 --> | |
<div class="flex-shrink-0 w-64 h-80 bg-cover bg-center rounded-lg nude-overlay hover-glow" style="background-image: url('https://images.unsplash.com/photo-1552058544-f2b08422138a?q=80&w=1000');"> | |
<div class="absolute bottom-0 left-0 right-0 bg-black/70 p-3"> | |
<h4 class="font-bold text-white">HEKATE</h4> | |
<p class="text-xs text-white/70">Sin Collector</p> | |
</div> | |
</div> | |
<!-- Harem Member 4 --> | |
<div class="flex-shrink-0 w-64 h-80 bg-cover bg-center rounded-lg nude-overlay hover-glow" style="background-image: url('https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=1000');"> | |
<div class="absolute bottom-0 left-0 right-0 bg-black/70 p-3"> | |
<h4 class="font-bold text-white">ERESHKIGAL</h4> | |
<p class="text-xs text-white/70">Temptress</p> | |
</div> | |
</div> | |
<!-- Harem Member 5 --> | |
<div class="flex-shrink-0 w-64 h-80 bg-cover bg-center rounded-lg nude-overlay hover-glow" style="background-image: url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?q=80&w=1000');"> | |
<div class="absolute bottom-0 left-0 right-0 bg-black/70 p-3"> | |
<h4 class="font-bold text-white">NAAMAH</h4> | |
<p class="text-xs text-white/70">Succubus</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Dark Carnival Forum --> | |
<section class="mb-16"> | |
<h2 class="text-3xl font-bold text-red-600 mb-6 text-center blood-drip" style="font-family: 'Creepster', cursive;">DARK CARNIVAL FORUM</h2> | |
<div class="satanic-border p-6 bg-black/50"> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-6"> | |
<!-- Forum Topic 1 --> | |
<div class="p-4 bg-black/30 hover-glow"> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">LYRICS & MEANINGS</h3> | |
<p class="text-sm text-white/70 mb-3">Decipher the hidden messages in Dark Jester's rhymes</p> | |
<div class="flex justify-between items-center text-xs text-white/50"> | |
<span>666 posts</span> | |
<span>13 online</span> | |
</div> | |
</div> | |
<!-- Forum Topic 2 --> | |
<div class="p-4 bg-black/30 hover-glow"> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">TOUR STORIES</h3> | |
<p class="text-sm text-white/70 mb-3">Share your experiences from the live rituals</p> | |
<div class="flex justify-between items-center text-xs text-white/50"> | |
<span>333 posts</span> | |
<span>9 online</span> | |
</div> | |
</div> | |
<!-- Forum Topic 3 --> | |
<div class="p-4 bg-black/30 hover-glow"> | |
<h3 class="text-xl font-bold text-white mb-2" style="font-family: 'Creepster', cursive;">FAN ART</h3> | |
<p class="text-sm text-white/70 mb-3">Show your Dark Jester inspired creations</p> | |
<div class="flex justify-between items-center text-xs text-white/50"> | |
<span>420 posts</span> | |
<span>7 online</span> | |
</div> | |
</div> | |
</div> | |
<div class="mt-6 text-center"> | |
<button class="bg-red-600 hover:bg-red-800 text-white px-8 py-3 rounded-full transition-colors"> | |
JOIN THE CARNIVAL <i class="fas fa-arrow-right ml-2"></i> | |
</button> | |
</div> | |
</div> | |
</section> | |
</main> | |
<!-- Satanic Footer --> | |
<footer class="dark-overlay py-8 border-t border-red-900 relative pentagram-bg"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row justify-between items-center mb-6"> | |
<div class="mb-4 md:mb-0"> | |
<h2 class="text-2xl font-bold text-white flicker" style="font-family: 'Eater', cursive;">DARK JESTER</h2> | |
<p class="text-sm text-white/70">A MINDFRAM3 STUDIOS Production</p> | |
</div> | |
<div class="flex space-x-6"> | |
<a href="#" class="text-white/70 hover:text-red-600 transition-colors text-xl"><i class="fab fa-instagram"></i></a> | |
<a href="#" class="text-white/70 hover:text-red-600 transition-colors text-xl"><i class="fab fa-twitter"></i></a> | |
<a href="#" class="text-white/70 hover:text-red-600 transition-colors text-xl"><i class="fab fa-patreon"></i></a> | |
<a href="#" class="text-white/70 hover:text-red-600 transition-colors text-xl"><i class="fab fa-discord"></i></a> | |
</div> | |
</div> | |
<div class="border-t border-red-900/30 pt-6 text-center text-white/50 text-sm"> | |
<p>© 2023 Dark Jester. All rights reserved to the forces of darkness.</p> | |
<p class="mt-1">Warning: This site contains explicit content and occult themes. Enter at your own risk.</p> | |
</div> | |
</div> | |
<!-- Floating Pentagram --> | |
<div class="absolute bottom-4 right-4 w-16 h-16 bg-red-600 rounded-full flex items-center justify-center text-2xl sigil"> | |
</div> | |
</footer> | |
<!-- Dark Ritual Music Player --> | |
<div class="fixed bottom-0 left-0 right-0 bg-black/90 py-2 px-4 flex items-center justify-between z-50 satanic-border"> | |
<div class="flex items-center space-x-4"> | |
<button class="text-white hover:text-red-600 text-xl"> | |
<i class="fas fa-backward"></i> | |
</button> | |
<button class="text-white hover:text-red-600 text-2xl"> | |
<i class="fas fa-play"></i> | |
</button> | |
<button class="text-white hover:text-red-600 text-xl"> | |
<i class="fas fa-forward"></i> | |
</button> | |
<div class="text-sm text-white"> | |
<span>Dark Jester - Carnival of Damnation</span> | |
<span class="text-white/50 ml-2">3:66 / 6:66</span> | |
</div> | |
</div> | |
<div class="flex items-center space-x-4"> | |
<div class="w-64 hidden md:block"> | |
<div class="h-1 bg-red-900 rounded-full"> | |
<div class="h-1 bg-red-600 rounded-full" style="width: 45%"></div> | |
</div> | |
</div> | |
<button class="text-white hover:text-red-600"> | |
<i class="fas fa-volume-up"></i> | |
</button> | |
</div> | |
</div> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=MINDFRAM3S/succubi" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |