Spaces:
Running
Running
Add Name DevDaRK Shadow AI Pro By Kabo >> And قم بالإنتهاء من جميع الاعـــداادات
Browse files- components/navbar.js +2 -2
- index.html +4 -4
- modules.html +5 -5
components/navbar.js
CHANGED
|
@@ -56,8 +56,8 @@ class CustomNavbar extends HTMLElement {
|
|
| 56 |
</style>
|
| 57 |
<nav>
|
| 58 |
<div class="nav-container">
|
| 59 |
-
<a href="/" class="nav-brand">
|
| 60 |
-
|
| 61 |
<a href="/" class="nav-link">Dashboard</a>
|
| 62 |
<a href="/modules.html" class="nav-link">Modules</a>
|
| 63 |
<a href="#" class="nav-link">Terminal</a>
|
|
|
|
| 56 |
</style>
|
| 57 |
<nav>
|
| 58 |
<div class="nav-container">
|
| 59 |
+
<a href="/" class="nav-brand">DevDaRK Shadow AI Pro</a>
|
| 60 |
+
<div class="nav-links">
|
| 61 |
<a href="/" class="nav-link">Dashboard</a>
|
| 62 |
<a href="/modules.html" class="nav-link">Modules</a>
|
| 63 |
<a href="#" class="nav-link">Terminal</a>
|
index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
-
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script>
|
| 10 |
tailwind.config = {
|
|
@@ -34,8 +34,8 @@
|
|
| 34 |
<section class="mb-20">
|
| 35 |
<div class="text-center mb-16">
|
| 36 |
<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">
|
| 37 |
-
|
| 38 |
-
|
| 39 |
<p class="text-xl md:text-2xl max-w-3xl mx-auto opacity-90 terminal-style">
|
| 40 |
[SYSTEM INITIALIZED] Connecting to darknet nodes...<br>
|
| 41 |
[STATUS] 78% penetration achieved<br>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>DevDaRK Shadow AI Pro By Kabo</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script>
|
| 10 |
tailwind.config = {
|
|
|
|
| 34 |
<section class="mb-20">
|
| 35 |
<div class="text-center mb-16">
|
| 36 |
<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">
|
| 37 |
+
DevDaRK Shadow AI Pro
|
| 38 |
+
</h1>
|
| 39 |
<p class="text-xl md:text-2xl max-w-3xl mx-auto opacity-90 terminal-style">
|
| 40 |
[SYSTEM INITIALIZED] Connecting to darknet nodes...<br>
|
| 41 |
[STATUS] 78% penetration achieved<br>
|
modules.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
-
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script>
|
| 10 |
tailwind.config = {
|
|
@@ -31,9 +31,9 @@
|
|
| 31 |
|
| 32 |
<main class="container mx-auto px-4 py-12">
|
| 33 |
<section class="mb-12">
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
<p class="text-xl opacity-90 terminal-style mb-12">
|
| 38 |
[SYSTEM] Loading operational modules...<br>
|
| 39 |
[STATUS] 23 active modules detected<br>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>DevDaRK Shadow AI Pro By Kabo</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script>
|
| 10 |
tailwind.config = {
|
|
|
|
| 31 |
|
| 32 |
<main class="container mx-auto px-4 py-12">
|
| 33 |
<section class="mb-12">
|
| 34 |
+
<h1 class="text-4xl md:text-6xl font-bold mb-8 text-transparent bg-clip-text bg-gradient-to-r from-red-600 to-purple-800 glitch-text">
|
| 35 |
+
DevDaRK Shadow AI Pro
|
| 36 |
+
</h1>
|
| 37 |
<p class="text-xl opacity-90 terminal-style mb-12">
|
| 38 |
[SYSTEM] Loading operational modules...<br>
|
| 39 |
[STATUS] 23 active modules detected<br>
|