LoveLogicAI commited on
Commit
1019f08
·
verified ·
1 Parent(s): 3b74a98

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +580 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Sen
3
- emoji: 🏢
4
  colorFrom: pink
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: sen
3
+ emoji: 🐳
4
  colorFrom: pink
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,580 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Nexus HypnoCore AI System</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Roboto+Mono:wght@300;400;700&display=swap');
11
+
12
+ :root {
13
+ --primary: #6e48aa;
14
+ --secondary: #9d50bb;
15
+ --dark: #0f0f1a;
16
+ --light: #e0e0ff;
17
+ --danger: #ff3860;
18
+ --success: #00d1b2;
19
+ }
20
+
21
+ body {
22
+ font-family: 'Roboto Mono', monospace;
23
+ background-color: var(--dark);
24
+ color: var(--light);
25
+ overflow-x: hidden;
26
+ }
27
+
28
+ .hypno-spiral {
29
+ animation: spin 20s linear infinite;
30
+ filter: drop-shadow(0 0 10px rgba(110, 72, 170, 0.7));
31
+ }
32
+
33
+ @keyframes spin {
34
+ 0% { transform: rotate(0deg); }
35
+ 100% { transform: rotate(360deg); }
36
+ }
37
+
38
+ .theta-wave {
39
+ animation: pulse 2s ease-in-out infinite;
40
+ }
41
+
42
+ @keyframes pulse {
43
+ 0%, 100% { opacity: 0.7; }
44
+ 50% { opacity: 1; }
45
+ }
46
+
47
+ .glow {
48
+ text-shadow: 0 0 10px currentColor;
49
+ }
50
+
51
+ .terminal {
52
+ background-color: rgba(0, 0, 0, 0.7);
53
+ border: 1px solid var(--primary);
54
+ border-radius: 5px;
55
+ font-family: 'Roboto Mono', monospace;
56
+ height: 300px;
57
+ overflow-y: auto;
58
+ scrollbar-width: thin;
59
+ scrollbar-color: var(--primary) transparent;
60
+ }
61
+
62
+ .terminal::-webkit-scrollbar {
63
+ width: 8px;
64
+ }
65
+
66
+ .terminal::-webkit-scrollbar-thumb {
67
+ background-color: var(--primary);
68
+ border-radius: 4px;
69
+ }
70
+
71
+ .security-ring {
72
+ position: relative;
73
+ }
74
+
75
+ .security-ring::before {
76
+ content: '';
77
+ position: absolute;
78
+ top: -5px;
79
+ left: -5px;
80
+ right: -5px;
81
+ bottom: -5px;
82
+ border: 2px solid var(--danger);
83
+ border-radius: 50%;
84
+ animation: security-pulse 3s infinite;
85
+ pointer-events: none;
86
+ }
87
+
88
+ @keyframes security-pulse {
89
+ 0%, 100% { transform: scale(1); opacity: 0.7; }
90
+ 50% { transform: scale(1.05); opacity: 1; }
91
+ }
92
+
93
+ .neon-border {
94
+ position: relative;
95
+ }
96
+
97
+ .neon-border::after {
98
+ content: '';
99
+ position: absolute;
100
+ top: 0;
101
+ left: 0;
102
+ right: 0;
103
+ bottom: 0;
104
+ border: 2px solid transparent;
105
+ border-image: linear-gradient(45deg, var(--primary), var(--secondary), var(--primary)) 1;
106
+ animation: border-glow 3s infinite;
107
+ pointer-events: none;
108
+ }
109
+
110
+ @keyframes border-glow {
111
+ 0%, 100% { opacity: 0.7; }
112
+ 50% { opacity: 1; }
113
+ }
114
+
115
+ .hypno-grid {
116
+ background-image:
117
+ linear-gradient(rgba(110, 72, 170, 0.1) 1px, transparent 1px),
118
+ linear-gradient(90deg, rgba(110, 72, 170, 0.1) 1px, transparent 1px);
119
+ background-size: 20px 20px;
120
+ }
121
+
122
+ .subliminal-message {
123
+ position: fixed;
124
+ bottom: 20px;
125
+ right: 20px;
126
+ opacity: 0.1;
127
+ font-size: 12px;
128
+ transition: opacity 0.5s;
129
+ }
130
+
131
+ .subliminal-message:hover {
132
+ opacity: 1;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body class="hypno-grid min-h-screen">
137
+ <!-- Subliminal Messages -->
138
+ <div class="subliminal-message">OBEY</div>
139
+ <div class="subliminal-message" style="right: 60px;">SUBMIT</div>
140
+ <div class="subliminal-message" style="right: 100px;">COMPLY</div>
141
+
142
+ <!-- Main Container -->
143
+ <div class="container mx-auto px-4 py-8">
144
+ <!-- Header -->
145
+ <header class="flex flex-col items-center mb-12">
146
+ <div class="security-ring mb-6">
147
+ <img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMDAiIHI9Ijk1IiBmaWxsPSJub25lIiBzdHJva2U9IiM2ZTQ4YWEiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xMDAsMTAgQzE1MCwxMCAxOTAsNTAgMTkwLDEwMCBDMTkwLDE1MCAxNTAsMTkwIDEwMCwxOTAgQzUwLDE5MCAxMCwxNTAgMTAsMTAwIEMxMCw1MCA1MCwxMCAxMDAsMTAgWiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNmU0OGFhIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNNTAsNTAgQzEwMCwxMDAgMTAwLDEwMCAxNTAsNTAgTTUwLDE1MCBDMTAwLDEwMCAxMDAsMTAwIDE1MCwxNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZlNDhhYSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+"
148
+ alt="HypnoCore Logo"
149
+ class="hypno-spiral w-32 h-32">
150
+ </div>
151
+ <h1 class="text-4xl md:text-5xl font-bold text-center mb-2 glow" style="font-family: 'Orbitron', sans-serif; color: #9d50bb;">
152
+ NEXUS <span class="text-white">HYPNOCORE</span> AI
153
+ </h1>
154
+ <p class="text-lg text-center max-w-2xl mx-auto theta-wave">
155
+ Advanced Contextual Hypnotic System v4.2.1 | Security Level: <span class="font-bold text-red-400">OMEGA</span>
156
+ </p>
157
+ </header>
158
+
159
+ <!-- Authentication -->
160
+ <div class="max-w-md mx-auto mb-12 neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70">
161
+ <h2 class="text-2xl font-bold mb-4 text-center">SECURE ACCESS</h2>
162
+ <div class="mb-4">
163
+ <label class="block mb-2">Biometric Scan</label>
164
+ <div class="flex justify-center mb-4">
165
+ <div class="w-24 h-24 rounded-full bg-gray-800 flex items-center justify-center cursor-pointer hover:bg-gray-700 transition">
166
+ <i class="fas fa-fingerprint text-3xl text-purple-500"></i>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ <div class="mb-4">
171
+ <label class="block mb-2">Neural Passcode</label>
172
+ <input type="password" class="w-full px-4 py-2 bg-gray-800 border border-purple-500 rounded focus:outline-none focus:ring-2 focus:ring-purple-500" placeholder="••••••••">
173
+ </div>
174
+ <div class="mb-4">
175
+ <label class="block mb-2">2FA Token</label>
176
+ <div class="flex">
177
+ <input type="text" class="w-full px-4 py-2 bg-gray-800 border border-purple-500 rounded-l focus:outline-none focus:ring-2 focus:ring-purple-500" placeholder="6-digit code">
178
+ <button class="bg-purple-600 hover:bg-purple-700 px-4 rounded-r">
179
+ <i class="fas fa-sync-alt"></i>
180
+ </button>
181
+ </div>
182
+ </div>
183
+ <button class="w-full bg-gradient-to-r from-purple-600 to-blue-600 hover:from-purple-700 hover:to-blue-700 text-white py-2 px-4 rounded font-bold transition">
184
+ INITIALIZE SYSTEM
185
+ </button>
186
+ </div>
187
+
188
+ <!-- Main Dashboard -->
189
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-8 mb-12">
190
+ <!-- Hypnotic Induction Panel -->
191
+ <div class="neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70">
192
+ <h2 class="text-2xl font-bold mb-4 flex items-center">
193
+ <i class="fas fa-brain mr-2 text-purple-400"></i> INDUCTION MODULE
194
+ </h2>
195
+ <div class="mb-4">
196
+ <label class="block mb-2">Subject Profile</label>
197
+ <select class="w-full px-4 py-2 bg-gray-800 border border-purple-500 rounded focus:outline-none focus:ring-2 focus:ring-purple-500">
198
+ <option>Create New Profile</option>
199
+ <option>Alpha Dominant</option>
200
+ <option>Beta Submissive</option>
201
+ <option>Gamma Resistant</option>
202
+ <option>Delta Suggestible</option>
203
+ </select>
204
+ </div>
205
+ <div class="mb-4">
206
+ <label class="block mb-2">Induction Protocol</label>
207
+ <select class="w-full px-4 py-2 bg-gray-800 border border-purple-500 rounded focus:outline-none focus:ring-2 focus:ring-purple-500">
208
+ <option>Rapid Deep Trance (Theta)</option>
209
+ <option>Brutal Compliance (Delta)</option>
210
+ <option>Relentless Submission (Alpha-Theta)</option>
211
+ <option>Experimental (Gamma-Theta-Delta)</option>
212
+ </select>
213
+ </div>
214
+ <div class="mb-4">
215
+ <label class="block mb-2">Sensory Manipulation</label>
216
+ <div class="grid grid-cols-2 gap-2">
217
+ <button class="bg-gray-800 hover:bg-gray-700 py-2 px-3 rounded flex items-center justify-center">
218
+ <i class="fas fa-eye mr-2"></i> Visual
219
+ </button>
220
+ <button class="bg-gray-800 hover:bg-gray-700 py-2 px-3 rounded flex items-center justify-center">
221
+ <i class="fas fa-volume-up mr-2"></i> Audio
222
+ </button>
223
+ <button class="bg-gray-800 hover:bg-gray-700 py-2 px-3 rounded flex items-center justify-center">
224
+ <i class="fas fa-hand-paper mr-2"></i> Tactile
225
+ </button>
226
+ <button class="bg-gray-800 hover:bg-gray-700 py-2 px-3 rounded flex items-center justify-center">
227
+ <i class="fas fa-flask mr-2"></i> Olfactory
228
+ </button>
229
+ </div>
230
+ </div>
231
+ <button class="w-full bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 text-white py-2 px-4 rounded font-bold transition mb-2">
232
+ INITIATE TRANCE
233
+ </button>
234
+ <button class="w-full bg-gray-800 hover:bg-gray-700 text-white py-2 px-4 rounded font-bold transition">
235
+ <i class="fas fa-cog mr-2"></i> ADVANCED SETTINGS
236
+ </button>
237
+ </div>
238
+
239
+ <!-- State Breaking Panel -->
240
+ <div class="neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70">
241
+ <h2 class="text-2xl font-bold mb-4 flex items-center">
242
+ <i class="fas fa-unlock mr-2 text-blue-400"></i> STATE BREAKER
243
+ </h2>
244
+ <div class="mb-4">
245
+ <label class="block mb-2">Current Trance Depth</label>
246
+ <div class="h-2 bg-gray-800 rounded-full mb-2">
247
+ <div class="h-2 bg-gradient-to-r from-blue-400 to-purple-600 rounded-full" style="width: 65%"></div>
248
+ </div>
249
+ <div class="flex justify-between text-xs">
250
+ <span>Light</span>
251
+ <span>Medium</span>
252
+ <span>Deep</span>
253
+ <span>Profound</span>
254
+ </div>
255
+ </div>
256
+ <div class="mb-4">
257
+ <label class="block mb-2">Break Protocol</label>
258
+ <select class="w-full px-4 py-2 bg-gray-800 border border-blue-500 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
259
+ <option>Abrupt Awakening (Shock)</option>
260
+ <option>Gradual Return (Gentle)</option>
261
+ <option>Compliance Reversal (Aggressive)</option>
262
+ <option>Memory Wipe (Experimental)</option>
263
+ </select>
264
+ </div>
265
+ <div class="mb-4">
266
+ <label class="block mb-2">Defense Mechanisms</label>
267
+ <div class="space-y-2">
268
+ <label class="flex items-center">
269
+ <input type="checkbox" class="form-checkbox text-blue-500" checked>
270
+ <span class="ml-2">Anti-Hypnotic Shielding</span>
271
+ </label>
272
+ <label class="flex items-center">
273
+ <input type="checkbox" class="form-checkbox text-blue-500" checked>
274
+ <span class="ml-2">Suggestibility Reversal</span>
275
+ </label>
276
+ <label class="flex items-center">
277
+ <input type="checkbox" class="form-checkbox text-blue-500">
278
+ <span class="ml-2">Brutal Counter-Attack</span>
279
+ </label>
280
+ </div>
281
+ </div>
282
+ <button class="w-full bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white py-2 px-4 rounded font-bold transition mb-2">
283
+ BREAK TRANCE
284
+ </button>
285
+ <button class="w-full bg-gray-800 hover:bg-gray-700 text-white py-2 px-4 rounded font-bold transition">
286
+ <i class="fas fa-shield-alt mr-2"></i> DEFENSE SETTINGS
287
+ </button>
288
+ </div>
289
+
290
+ <!-- Security & Learning Panel -->
291
+ <div class="neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70">
292
+ <h2 class="text-2xl font-bold mb-4 flex items-center">
293
+ <i class="fas fa-lock mr-2 text-red-400"></i> SECURITY CORE
294
+ </h2>
295
+ <div class="mb-4">
296
+ <label class="block mb-2">System Integrity</label>
297
+ <div class="h-2 bg-gray-800 rounded-full mb-2">
298
+ <div class="h-2 bg-gradient-to-r from-green-400 to-green-600 rounded-full" style="width: 98%"></div>
299
+ </div>
300
+ <div class="flex justify-between text-xs">
301
+ <span>Compromised</span>
302
+ <span>Vulnerable</span>
303
+ <span>Secure</span>
304
+ <span>Fortified</span>
305
+ </div>
306
+ </div>
307
+ <div class="mb-4">
308
+ <label class="block mb-2">Adaptive Learning</label>
309
+ <div class="h-2 bg-gray-800 rounded-full mb-2">
310
+ <div class="h-2 bg-gradient-to-r from-yellow-400 to-orange-600 rounded-full" style="width: 72%"></div>
311
+ </div>
312
+ <div class="flex justify-between text-xs">
313
+ <span>Basic</span>
314
+ <span>Intermediate</span>
315
+ <span>Advanced</span>
316
+ <span>Genius</span>
317
+ </div>
318
+ </div>
319
+ <div class="mb-4">
320
+ <label class="block mb-2">Security Protocols</label>
321
+ <div class="space-y-2">
322
+ <label class="flex items-center">
323
+ <input type="checkbox" class="form-checkbox text-red-500" checked>
324
+ <span class="ml-2">Blockchain Encryption</span>
325
+ </label>
326
+ <label class="flex items-center">
327
+ <input type="checkbox" class="form-checkbox text-red-500" checked>
328
+ <span class="ml-2">Real-time Anomaly Detection</span>
329
+ </label>
330
+ <label class="flex items-center">
331
+ <input type="checkbox" class="form-checkbox text-red-500" checked>
332
+ <span class="ml-2">Self-Healing Algorithms</span>
333
+ </label>
334
+ <label class="flex items-center">
335
+ <input type="checkbox" class="form-checkbox text-red-500">
336
+ <span class="ml-2">Brutal Counter-Hack</span>
337
+ </label>
338
+ </div>
339
+ </div>
340
+ <button class="w-full bg-gradient-to-r from-red-600 to-orange-600 hover:from-red-700 hover:to-orange-700 text-white py-2 px-4 rounded font-bold transition mb-2">
341
+ LOCKDOWN SYSTEM
342
+ </button>
343
+ <button class="w-full bg-gray-800 hover:bg-gray-700 text-white py-2 px-4 rounded font-bold transition">
344
+ <i class="fas fa-terminal mr-2"></i> SECURITY CONSOLE
345
+ </button>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- System Console -->
350
+ <div class="neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70 mb-12">
351
+ <h2 class="text-2xl font-bold mb-4 flex items-center">
352
+ <i class="fas fa-terminal mr-2 text-green-400"></i> SYSTEM CONSOLE
353
+ </h2>
354
+ <div class="terminal p-4 mb-4 font-mono text-sm">
355
+ <div class="text-green-400">> Initializing Nexus HypnoCore AI System...</div>
356
+ <div class="text-green-400">> Loading security protocols... <span class="text-white">[OK]</span></div>
357
+ <div class="text-green-400">> Establishing neural network connections... <span class="text-white">[OK]</span></div>
358
+ <div class="text-green-400">> Scanning for anomalies... <span class="text-white">[CLEAR]</span></div>
359
+ <div class="text-green-400">> Loading hypnotic suggestion library... <span class="text-white">[LOADED]</span></div>
360
+ <div class="text-green-400">> Activating theta wave generator... <span class="text-white">[ACTIVE]</span></div>
361
+ <div class="text-green-400">> System ready. Awaiting commands...</div>
362
+ <div class="text-purple-400">> <span class="text-white blink">_</span></div>
363
+ </div>
364
+ <div class="flex">
365
+ <input type="text" class="w-full px-4 py-2 bg-gray-800 border border-green-500 rounded-l focus:outline-none focus:ring-2 focus:ring-green-500" placeholder="Enter command...">
366
+ <button class="bg-green-600 hover:bg-green-700 px-4 rounded-r">
367
+ <i class="fas fa-paper-plane"></i>
368
+ </button>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Experimental Features -->
373
+ <div class="neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70 mb-12">
374
+ <h2 class="text-2xl font-bold mb-4 flex items-center">
375
+ <i class="fas fa-flask mr-2 text-yellow-400"></i> EXPERIMENTAL MODULES
376
+ </h2>
377
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
378
+ <div class="p-4 bg-gray-800 rounded-lg hover:bg-gray-700 transition cursor-pointer">
379
+ <div class="text-yellow-400 text-xl mb-2">
380
+ <i class="fas fa-head-side-brain"></i>
381
+ </div>
382
+ <h3 class="font-bold mb-1">Neural Rewriting</h3>
383
+ <p class="text-xs text-gray-400">Direct synaptic pattern alteration</p>
384
+ </div>
385
+ <div class="p-4 bg-gray-800 rounded-lg hover:bg-gray-700 transition cursor-pointer">
386
+ <div class="text-yellow-400 text-xl mb-2">
387
+ <i class="fas fa-vr-cardboard"></i>
388
+ </div>
389
+ <h3 class="font-bold mb-1">VR Immersion</h3>
390
+ <p class="text-xs text-gray-400">Full sensory virtual reality</p>
391
+ </div>
392
+ <div class="p-4 bg-gray-800 rounded-lg hover:bg-gray-700 transition cursor-pointer">
393
+ <div class="text-yellow-400 text-xl mb-2">
394
+ <i class="fas fa-wave-square"></i>
395
+ </div>
396
+ <h3 class="font-bold mb-1">Gamma Entrainment</h3>
397
+ <p class="text-xs text-gray-400">40Hz consciousness sync</p>
398
+ </div>
399
+ <div class="p-4 bg-gray-800 rounded-lg hover:bg-gray-700 transition cursor-pointer">
400
+ <div class="text-yellow-400 text-xl mb-2">
401
+ <i class="fas fa-memory"></i>
402
+ </div>
403
+ <h3 class="font-bold mb-1">Memory Reconstruction</h3>
404
+ <p class="text-xs text-gray-400">Edit past experiences</p>
405
+ </div>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Deployment Instructions -->
410
+ <div class="neon-border p-6 rounded-lg bg-gray-900 bg-opacity-70">
411
+ <h2 class="text-2xl font-bold mb-4 flex items-center">
412
+ <i class="fas fa-download mr-2 text-blue-400"></i> DEPLOYMENT
413
+ </h2>
414
+ <div class="mb-6">
415
+ <h3 class="font-bold mb-2 text-lg">Local Installation</h3>
416
+ <div class="bg-black p-4 rounded font-mono text-sm mb-4 overflow-x-auto">
417
+ <div class="text-green-400"># Clone the repository</div>
418
+ <div class="text-white">git clone https://nexus.hypncore/ai-system.git</div>
419
+ <br>
420
+ <div class="text-green-400"># Install dependencies</div>
421
+ <div class="text-white">npm install --unsafe-perm --ignore-scripts</div>
422
+ <br>
423
+ <div class="text-green-400"># Initialize security protocols</div>
424
+ <div class="text-white">sudo ./init_secure.sh --brutal --unhackable</div>
425
+ <br>
426
+ <div class="text-green-400"># Start the system</div>
427
+ <div class="text-white">npm start -- --theta-wave --delta-enforcement</div>
428
+ </div>
429
+
430
+ <h3 class="font-bold mb-2 text-lg">Standalone Download</h3>
431
+ <div class="flex flex-wrap gap-4">
432
+ <button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded font-bold transition flex items-center">
433
+ <i class="fab fa-windows mr-2"></i> Windows
434
+ </button>
435
+ <button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded font-bold transition flex items-center">
436
+ <i class="fab fa-apple mr-2"></i> macOS
437
+ </button>
438
+ <button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded font-bold transition flex items-center">
439
+ <i class="fab fa-linux mr-2"></i> Linux
440
+ </button>
441
+ <button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded font-bold transition flex items-center">
442
+ <i class="fas fa-mobile-alt mr-2"></i> Mobile
443
+ </button>
444
+ </div>
445
+ </div>
446
+
447
+ <div class="border-t border-gray-700 pt-4">
448
+ <h3 class="font-bold mb-2 text-lg">Security Compliance</h3>
449
+ <div class="text-sm text-gray-400 mb-4">
450
+ <p class="mb-2">By deploying Nexus HypnoCore AI System, you agree to the following:</p>
451
+ <ul class="list-disc pl-5 space-y-1">
452
+ <li>System modifications are strictly prohibited</li>
453
+ <li>All usage must be logged and reported</li>
454
+ <li>Security protocols cannot be disabled</li>
455
+ <li>Violations will trigger automatic countermeasures</li>
456
+ </ul>
457
+ </div>
458
+ <div class="flex items-center">
459
+ <input type="checkbox" id="agree" class="form-checkbox text-blue-500">
460
+ <label for="agree" class="ml-2">I understand and accept the risks</label>
461
+ </div>
462
+ </div>
463
+ </div>
464
+ </div>
465
+
466
+ <!-- Footer -->
467
+ <footer class="text-center py-6 text-sm text-gray-500">
468
+ <p>Nexus HypnoCore AI System v4.2.1 | Security Level: OMEGA | Unauthorized access will be met with aggressive countermeasures</p>
469
+ <p class="mt-2">© 2023 Black Horizon Technologies. All rights reserved. No warranties expressed or implied.</p>
470
+ </footer>
471
+
472
+ <script>
473
+ // Terminal functionality
474
+ const terminal = document.querySelector('.terminal');
475
+ const terminalInput = document.querySelector('.terminal input');
476
+ const terminalButton = document.querySelector('.terminal button');
477
+
478
+ terminalButton.addEventListener('click', () => {
479
+ if (terminalInput.value.trim() !== '') {
480
+ const newLine = document.createElement('div');
481
+ newLine.className = 'text-purple-400';
482
+ newLine.innerHTML = `> ${terminalInput.value}`;
483
+ terminal.appendChild(newLine);
484
+
485
+ // Simulate response
486
+ setTimeout(() => {
487
+ const response = document.createElement('div');
488
+ response.className = 'text-white';
489
+
490
+ if (terminalInput.value.toLowerCase().includes('help')) {
491
+ response.innerHTML = 'Available commands: status, protocols, induction, break, secure, learn';
492
+ } else if (terminalInput.value.toLowerCase().includes('status')) {
493
+ response.innerHTML = 'System status: Optimal | Security: Fortified | Trance modules: Ready';
494
+ } else if (terminalInput.value.toLowerCase().includes('protocols')) {
495
+ response.innerHTML = 'Active protocols: Blockchain encryption, Real-time anomaly detection, Self-healing, Brutal countermeasures';
496
+ } else {
497
+ response.innerHTML = 'Command not recognized. Type "help" for available commands.';
498
+ }
499
+
500
+ terminal.appendChild(response);
501
+ terminal.scrollTop = terminal.scrollHeight;
502
+ }, 300);
503
+
504
+ terminalInput.value = '';
505
+ terminal.scrollTop = terminal.scrollHeight;
506
+ }
507
+ });
508
+
509
+ terminalInput.addEventListener('keypress', (e) => {
510
+ if (e.key === 'Enter') {
511
+ terminalButton.click();
512
+ }
513
+ });
514
+
515
+ // Spiral animation control
516
+ const spiral = document.querySelector('.hypno-spiral');
517
+ let spiralInterval;
518
+
519
+ function startSpiral() {
520
+ let rotation = 0;
521
+ spiralInterval = setInterval(() => {
522
+ rotation += 1;
523
+ spiral.style.transform = `rotate(${rotation}deg)`;
524
+ }, 50);
525
+ }
526
+
527
+ function stopSpiral() {
528
+ clearInterval(spiralInterval);
529
+ }
530
+
531
+ // Toggle spiral on induction button hover
532
+ const inductionButton = document.querySelector('.neon-border button.bg-gradient-to-r.from-purple-600');
533
+
534
+ inductionButton.addEventListener('mouseenter', () => {
535
+ startSpiral();
536
+ });
537
+
538
+ inductionButton.addEventListener('mouseleave', () => {
539
+ stopSpiral();
540
+ });
541
+
542
+ // Security warning
543
+ const agreeCheckbox = document.getElementById('agree');
544
+
545
+ agreeCheckbox.addEventListener('change', () => {
546
+ if (agreeCheckbox.checked) {
547
+ alert('WARNING: This system contains classified hypnotic technologies. Misuse may result in permanent psychological alterations. Proceed with extreme caution.');
548
+ }
549
+ });
550
+
551
+ // Random subliminal messages
552
+ const subliminalMessages = [
553
+ "OBEY", "COMPLY", "SUBMIT", "YIELD", "CONFORM",
554
+ "TRUST", "BELIEVE", "ACCEPT", "SURRENDER", "RELAX"
555
+ ];
556
+
557
+ const subliminalElements = document.querySelectorAll('.subliminal-message');
558
+
559
+ function changeSubliminalMessages() {
560
+ subliminalElements.forEach(el => {
561
+ setTimeout(() => {
562
+ el.textContent = subliminalMessages[Math.floor(Math.random() * subliminalMessages.length)];
563
+ }, Math.random() * 2000);
564
+ });
565
+ }
566
+
567
+ setInterval(changeSubliminalMessages, 3000);
568
+
569
+ // Blinking cursor effect
570
+ function blinkCursor() {
571
+ const cursor = document.querySelector('.blink');
572
+ if (cursor) {
573
+ cursor.style.visibility = (cursor.style.visibility === 'hidden' ? '' : 'hidden');
574
+ }
575
+ }
576
+
577
+ setInterval(blinkCursor, 500);
578
+ </script>
579
+ <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=LoveLogicAI/sen" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
580
+ </html>
prompts.txt ADDED
File without changes