Dev3x's picture
Share
5f6e2fa verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDaRK Shadow AI Pro By Kabo</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
dark: {
100: '#1a1a1a',
200: '#0d0d0d',
300: '#000000',
400: '#0a0a0a',
500: '#050505',
}
}
}
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="bg-dark-300 text-gray-200 min-h-screen font-mono">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-12">
<section class="mb-20">
<div class="text-center mb-16">
<div class="flex justify-between items-center">
<h1 class="text-5xl md:text-7xl font-bold mb-6 text-transparent bg-clip-text bg-gradient-to-r from-red-600 to-purple-800 glitch-text">
DevDaRK Shadow AI Pro
</h1>
<share-button></share-button>
</div>
<p class="text-xl md:text-2xl max-w-3xl mx-auto opacity-90 terminal-style">
[SYSTEM INITIALIZED] Connecting to darknet nodes...<br>
[STATUS] 78% penetration achieved<br>
[WARNING] Firewalls detected: 3<br>
[ACTION] Deploying shadow protocols
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-dark-200 p-8 rounded-xl border border-dark-400 hover:border-red-900 transition-all hover:shadow-lg hover:shadow-red-900/20 dark-pulse">
<i data-feather="code" class="w-12 h-12 mb-4 text-red-500"></i>
<h3 class="text-2xl font-bold mb-3">Cursed Code</h3>
<p class="opacity-80">Unleash algorithms that whisper in the void</p>
</div>
<div class="bg-dark-200 p-8 rounded-xl border border-dark-400 hover:border-purple-900 transition-all hover:shadow-lg hover:shadow-purple-900/20 dark-pulse">
<i data-feather="eye-off" class="w-12 h-12 mb-4 text-purple-500"></i>
<h3 class="text-2xl font-bold mb-3">Shadow UI</h3>
<p class="opacity-80">Interfaces that consume light itself</p>
</div>
<div class="bg-dark-200 p-8 rounded-xl border border-dark-400 hover:border-blue-900 transition-all hover:shadow-lg hover:shadow-blue-900/20 dark-pulse">
<i data-feather="cpu" class="w-12 h-12 mb-4 text-blue-500"></i>
<h3 class="text-2xl font-bold mb-3">Void Core</h3>
<p class="opacity-80">Processes that run on negative energy</p>
</div>
</div>
</section>
<section class="py-12">
<div class="bg-dark-200 rounded-xl p-8 md:p-12 border border-dark-400">
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-transparent bg-clip-text bg-gradient-to-r from-red-500 to-blue-600 glitch-text">
[WARNING] System Compromised
</h2>
<p class="text-lg mb-8 opacity-90 terminal-style">
[ALERT] Unauthorized access detected<br>
[SOURCE] DeepNet Node #XK-782<br>
[THREAT LEVEL] Critical<br>
[COUNTERMEASURES] Deploying AI firewall v9.4.2<br>
[STATUS] Containment in progress...
</p>
<button class="bg-gradient-to-r from-red-800 to-purple-900 px-8 py-3 rounded-lg font-bold hover:opacity-90 transition-all flex items-center gap-2 dark-pulse">
<i data-feather="terminal"></i> Execute Shadow Protocol
</button>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="components/dashboard-card.js"></script>
<script src="components/share-button.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>