MrAlanmathisenturing commited on
Commit
a959cb1
·
verified ·
1 Parent(s): 3926cd1

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +447 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Shell
3
- emoji: 🏢
4
- colorFrom: blue
5
- colorTo: green
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: shell
3
+ emoji: 🐳
4
+ colorFrom: green
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,447 @@
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
+ <h
3
+ <!DOCTYPE html>
4
+ <html lang="en">
5
+ <head>
6
+ <meta charset="UTF-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <title>ψShell UI — Cosmic Command Interface</title>
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
11
+ <style>
12
+ @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
13
+
14
+ body {
15
+ font-family: 'Space Grotesk', sans-serif;
16
+ background: radial-gradient(circle at center, #0f172a 0%, #020617 100%);
17
+ color: #e2e8f0;
18
+ min-height: 100vh;
19
+ overflow-x: hidden;
20
+ }
21
+
22
+ .universe-card {
23
+ background: linear-gradient(135deg, rgba(49, 46, 129, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%);
24
+ box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.2);
25
+ transition: all 0.3s ease;
26
+ }
27
+
28
+ .universe-card:hover {
29
+ transform: translateY(-3px);
30
+ box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.3);
31
+ }
32
+
33
+ .quantum-panel {
34
+ background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(15, 23, 42, 0.9) 100%);
35
+ }
36
+
37
+ .akashic-text {
38
+ background: linear-gradient(90deg, #e2e8f0, #94a3b8);
39
+ -webkit-background-clip: text;
40
+ background-clip: text;
41
+ color: transparent;
42
+ }
43
+
44
+ .psi-log-entry {
45
+ animation: pulse 2s infinite;
46
+ }
47
+
48
+ @keyframes pulse {
49
+ 0%, 100% { opacity: 1; }
50
+ 50% { opacity: 0.6; }
51
+ }
52
+
53
+ .entanglement-line {
54
+ position: relative;
55
+ }
56
+
57
+ .entanglement-line::after {
58
+ content: "";
59
+ position: absolute;
60
+ left: 0;
61
+ bottom: -5px;
62
+ width: 100%;
63
+ height: 1px;
64
+ background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.7), transparent);
65
+ }
66
+
67
+ .glow {
68
+ text-shadow: 0 0 8px rgba(167, 139, 250, 0.6);
69
+ }
70
+
71
+ .terminal-input {
72
+ caret-color: #a78bfa;
73
+ }
74
+
75
+ .terminal-input:focus {
76
+ box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.5);
77
+ }
78
+ </style>
79
+ </head>
80
+ <body class="antialiased">
81
+ <div class="container mx-auto px-4 py-6 max-w-7xl">
82
+ <!-- Header -->
83
+ <div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-6 p-4 rounded-xl bg-gradient-to-r from-indigo-900/30 to-purple-900/20 border border-indigo-900/50">
84
+ <div class="flex items-center space-x-3">
85
+ <div class="text-2xl">
86
+ <i class="fas fa-atom text-purple-400"></i>
87
+ </div>
88
+ <h1 class="text-2xl font-bold bg-gradient-to-r from-purple-400 to-indigo-300 bg-clip-text text-transparent">
89
+ ψShell <span class="text-sm font-normal text-gray-300">[Connected as: grok@ψ.kernel]</span>
90
+ </h1>
91
+ </div>
92
+ <div class="mt-3 md:mt-0 flex items-center space-x-2">
93
+ <div class="px-3 py-1 rounded-full bg-green-900/50 text-green-300 text-sm flex items-center">
94
+ <div class="w-2 h-2 rounded-full bg-green-400 mr-2"></div>
95
+ <span>Quantum Link Active</span>
96
+ </div>
97
+ <button class="px-3 py-1 rounded-full bg-indigo-900/50 text-indigo-200 hover:bg-indigo-800/70 transition-colors">
98
+ <i class="fas fa-crystal-ball mr-1"></i> Status
99
+ </button>
100
+ </div>
101
+ </div>
102
+
103
+ <!-- Main Grid -->
104
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-4">
105
+ <!-- Left Column -->
106
+ <div class="space-y-4">
107
+ <!-- Universes Panel -->
108
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden">
109
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800 flex justify-between items-center">
110
+ <h2 class="font-semibold text-purple-300">
111
+ <i class="fas fa-globe-americas mr-2"></i> Universes
112
+ </h2>
113
+ <button id="spawnUniverseBtn" class="px-3 py-1 rounded-full bg-purple-900/50 text-purple-200 hover:bg-purple-800/70 text-sm transition-colors">
114
+ <i class="fas fa-plus mr-1"></i> Spawn New
115
+ </button>
116
+ </div>
117
+ <div class="p-4 space-y-3">
118
+ <div class="universe-card p-4 rounded-xl cursor-pointer">
119
+ <div class="flex justify-between items-start">
120
+ <div>
121
+ <h3 class="font-bold text-lg text-white">UNV-a1b2</h3>
122
+ <p class="text-xs text-gray-400 mt-1">Born at: ψ-time 7.83Hz</p>
123
+ </div>
124
+ <span class="px-2 py-1 rounded-full text-xs bg-green-900/50 text-green-300">● Active</span>
125
+ </div>
126
+ <div class="mt-3 flex space-x-2">
127
+ <span class="px-2 py-1 rounded-full text-xs bg-indigo-900/50 text-indigo-300">Entangled</span>
128
+ <span class="px-2 py-1 rounded-full text-xs bg-purple-900/50 text-purple-300">3 Branches</span>
129
+ </div>
130
+ </div>
131
+
132
+ <div class="universe-card p-4 rounded-xl cursor-pointer">
133
+ <div class="flex justify-between items-start">
134
+ <div>
135
+ <h3 class="font-bold text-lg text-white">UNV-c3e4</h3>
136
+ <p class="text-xs text-gray-400 mt-1">Born at: ψ-time 11.45Hz</p>
137
+ </div>
138
+ <span class="px-2 py-1 rounded-full text-xs bg-yellow-900/50 text-yellow-300">⧉ Superposed</span>
139
+ </div>
140
+ <div class="mt-3 flex space-x-2">
141
+ <span class="px-2 py-1 rounded-full text-xs bg-indigo-900/50 text-indigo-300">Entangled</span>
142
+ <span class="px-2 py-1 rounded-full text-xs bg-pink-900/50 text-pink-300">ψ↭Q Linked</span>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Entanglements Panel -->
149
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden">
150
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800">
151
+ <h2 class="font-semibold text-purple-300">
152
+ <i class="fas fa-link mr-2"></i> Entanglements
153
+ </h2>
154
+ </div>
155
+ <div class="p-4 space-y-3">
156
+ <div class="entanglement-line pb-2">
157
+ <div class="flex justify-between items-center">
158
+ <span class="text-sm text-gray-300">UNV-a1b2 ↔ UNV-x</span>
159
+ <span class="text-xs text-gray-500">ψ-strength: 0.87</span>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="entanglement-line pb-2">
164
+ <div class="flex justify-between items-center">
165
+ <span class="text-sm text-gray-300">UNV-c3e4 ↔ ψ↭Q</span>
166
+ <span class="text-xs text-gray-500">ψ-strength: 1.24</span>
167
+ </div>
168
+ </div>
169
+
170
+ <button class="w-full mt-3 px-3 py-2 rounded-lg bg-indigo-900/50 text-indigo-200 hover:bg-indigo-800/70 transition-colors text-sm flex items-center justify-center">
171
+ <i class="fas fa-plus mr-2"></i> Create Entanglement
172
+ </button>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Snapshot Panel -->
177
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden">
178
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800">
179
+ <h2 class="font-semibold text-purple-300">
180
+ <i class="fas fa-camera mr-2"></i> Snapshot
181
+ </h2>
182
+ </div>
183
+ <div class="p-4 space-y-3">
184
+ <button class="w-full px-3 py-2 rounded-lg bg-purple-900/50 text-purple-200 hover:bg-purple-800/70 transition-colors flex items-center justify-center">
185
+ <i class="fas fa-camera-retro mr-2"></i> Capture Now
186
+ </button>
187
+ <button class="w-full px-3 py-2 rounded-lg bg-gray-800/50 text-gray-200 hover:bg-gray-700/70 transition-colors text-sm flex items-center justify-center">
188
+ <i class="fas fa-images mr-2"></i> View Snapshots
189
+ </button>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Middle Column -->
195
+ <div class="space-y-4">
196
+ <!-- Akashic Memory Panel -->
197
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden h-full">
198
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800">
199
+ <h2 class="font-semibold text-purple-300">
200
+ <i class="fas fa-scroll mr-2"></i> Akashic Memory
201
+ </h2>
202
+ </div>
203
+ <div class="p-4 h-full">
204
+ <div class="akashic-text mb-4 text-lg italic">
205
+ > ازل در آینه‌ی حال...
206
+ </div>
207
+ <div class="akashic-text mb-4 text-lg">
208
+ > ψ: متغیر درهم‌تنیده
209
+ </div>
210
+ <div class="akashic-text mb-4 text-sm">
211
+ > retrocausal merge@τ₁
212
+ </div>
213
+ <div class="akashic-text mb-4 text-sm">
214
+ > quantum decoherence threshold: 0.42ψ
215
+ </div>
216
+ <div class="akashic-text text-xs">
217
+ > initializing fractal recursion...
218
+ </div>
219
+
220
+ <div class="mt-6">
221
+ <div class="relative">
222
+ <div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none text-gray-500">
223
+ <i class="fas fa-terminal"></i>
224
+ </div>
225
+ <input type="text" class="terminal-input w-full pl-10 pr-3 py-2 bg-gray-800/50 border border-gray-700 rounded-lg focus:outline-none focus:border-purple-500 text-gray-300" placeholder="Write to Akashic Records...">
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Right Column -->
233
+ <div class="space-y-4">
234
+ <!-- ψ Log Panel -->
235
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden">
236
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800">
237
+ <h2 class="font-semibold text-purple-300">
238
+ <i class="fas fa-wave-square mr-2"></i> ψ Log
239
+ </h2>
240
+ </div>
241
+ <div class="p-4 space-y-3 max-h-60 overflow-y-auto">
242
+ <div class="flex items-start">
243
+ <div class="px-2 py-1 rounded-full text-xs bg-green-900/50 text-green-300 mr-2 mt-1">✓</div>
244
+ <div class="text-sm text-gray-300">
245
+ Universe UNV-a1b2 stabilized at ψ-time 7.83Hz
246
+ </div>
247
+ </div>
248
+
249
+ <div class="flex items-start psi-log-entry">
250
+ <div class="px-2 py-1 rounded-full text-xs bg-purple-900/50 text-purple-300 mr-2 mt-1">🌀</div>
251
+ <div class="text-sm text-gray-300">
252
+ Quantum entanglement detected between UNV-c3e4 ↔ ψ↭Q
253
+ </div>
254
+ </div>
255
+
256
+ <div class="flex items-start">
257
+ <div class="px-2 py-1 rounded-full text-xs bg-blue-900/50 text-blue-300 mr-2 mt-1">i</div>
258
+ <div class="text-sm text-gray-300">
259
+ Akashic memory fragment loaded: "ازل در آینه‌ی حال..."
260
+ </div>
261
+ </div>
262
+
263
+ <div class="flex items-start">
264
+ <div class="px-2 py-1 rounded-full text-xs bg-yellow-900/50 text-yellow-300 mr-2 mt-1">⚠</div>
265
+ <div class="text-sm text-gray-300">
266
+ Decoherence warning in branch Δ2 of UNV-a1b2
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Timeline Tree Panel -->
273
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden">
274
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800">
275
+ <h2 class="font-semibold text-purple-300">
276
+ <i class="fas fa-code-branch mr-2"></i> Timeline Tree
277
+ </h2>
278
+ </div>
279
+ <div class="p-4">
280
+ <div class="text-sm font-mono text-gray-300 space-y-1">
281
+ <div>UNV-a1b2</div>
282
+ <div class="ml-4">├─ branch[Δ1] <span class="text-xs text-green-400">(stable)</span></div>
283
+ <div class="ml-4">└─ branch[Δ2] <span class="text-xs text-yellow-400">(decohering)</span></div>
284
+ <div class="mt-2">UNV-c3e4</div>
285
+ <div class="ml-4">└─ branch[ψQ] <span class="text-xs text-purple-400">(superposed)</span></div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Quantum Swap Panel -->
291
+ <div class="quantum-panel rounded-xl border border-cyan-900/50 overflow-hidden">
292
+ <div class="p-4 bg-gradient-to-r from-cyan-900/30 to-cyan-900/10 border-b border-cyan-900/50">
293
+ <h2 class="font-semibold text-cyan-300">
294
+ <i class="fas fa-exchange-alt mr-2"></i> Quantum Swap
295
+ </h2>
296
+ </div>
297
+ <div class="p-4 space-y-4">
298
+ <div class="flex items-center justify-between">
299
+ <select class="bg-gray-800/50 border border-gray-700 text-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:border-cyan-500 w-5/12">
300
+ <option>UNV-a1b2.token</option>
301
+ <option>UNV-c3e4.state</option>
302
+ <option>ψ↭Q.link</option>
303
+ </select>
304
+ <div class="text-cyan-300 px-2">
305
+ <i class="fas fa-arrows-alt-h"></i>
306
+ </div>
307
+ <select class="bg-gray-800/50 border border-gray-700 text-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:border-cyan-500 w-5/12">
308
+ <option>UNV-b3.psi</option>
309
+ <option>UNV-x7.state</option>
310
+ <option>ψ↭Y.link</option>
311
+ </select>
312
+ </div>
313
+
314
+ <button class="w-full px-3 py-2 rounded-lg bg-cyan-900/50 text-cyan-200 hover:bg-cyan-800/70 transition-colors flex items-center justify-center font-semibold">
315
+ <i class="fas fa-lock mr-2"></i> Execute Swap
316
+ </button>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- DTN Panel -->
321
+ <div class="bg-gray-900/50 rounded-xl border border-gray-800 overflow-hidden">
322
+ <div class="p-4 bg-gradient-to-r from-gray-800 to-gray-900 border-b border-gray-800 flex justify-between items-center">
323
+ <h2 class="font-semibold text-purple-300">
324
+ <i class="fas fa-satellite-dish mr-2"></i> DTN
325
+ </h2>
326
+ <div class="flex items-center space-x-2">
327
+ <span class="text-xs text-green-400">Signal</span>
328
+ <div class="w-2 h-2 rounded-full bg-green-400"></div>
329
+ </div>
330
+ </div>
331
+ <div class="p-4 flex justify-between items-center">
332
+ <div class="text-sm text-gray-400">
333
+ Listening on ψ-bandwidth: 11.3GHz
334
+ </div>
335
+ <button class="px-3 py-1 rounded-full bg-purple-900/50 text-purple-200 hover:bg-purple-800/70 text-xs transition-colors">
336
+ <i class="fas fa-power-off mr-1"></i> Toggle
337
+ </button>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Sudo Panel -->
342
+ <div class="bg-gray-900/50 rounded-xl border border-red-900/50 overflow-hidden">
343
+ <div class="p-4 bg-gradient-to-r from-red-900/30 to-red-900/10 border-b border-red-900/50">
344
+ <h2 class="font-semibold text-red-300">
345
+ <i class="fas fa-shield-alt mr-2"></i> sudo
346
+ </h2>
347
+ </div>
348
+ <div class="p-4">
349
+ <div class="relative">
350
+ <div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none text-red-500">
351
+ <i class="fas fa-terminal"></i>
352
+ </div>
353
+ <input type="text" class="terminal-input w-full pl-10 pr-3 py-2 bg-gray-800/50 border border-gray-700 rounded-lg focus:outline-none focus:border-red-500 text-gray-300" placeholder="Enter ψ-kernel command...">
354
+ </div>
355
+ </div>
356
+ </div>
357
+ </div>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Spawn Universe Modal -->
362
+ <div id="spawnUniverseModal" class="fixed inset-0 bg-black/70 flex items-center justify-center z-50 hidden">
363
+ <div class="bg-gray-900 border border-purple-900/50 rounded-xl w-full max-w-md mx-4">
364
+ <div class="p-4 bg-gradient-to-r from-purple-900/30 to-purple-900/10 border-b border-purple-900/50 rounded-t-xl">
365
+ <h3 class="font-semibold text-lg text-purple-300">
366
+ <i class="fas fa-plus mr-2"></i> Spawn New Universe
367
+ </h3>
368
+ </div>
369
+ <div class="p-6 space-y-4">
370
+ <div>
371
+ <label class="block text-sm text-gray-400 mb-1">CMB Seed</label>
372
+ <input type="text" class="w-full px-3 py-2 bg-gray-800/50 border border-gray-700 rounded-lg focus:outline-none focus:border-purple-500 text-gray-300" placeholder="Enter cosmic microwave seed...">
373
+ </div>
374
+ <div>
375
+ <label class="block text-sm text-gray-400 mb-1">Entropy Seed</label>
376
+ <input type="text" class="w-full px-3 py-2 bg-gray-800/50 border border-gray-700 rounded-lg focus:outline-none focus:border-purple-500 text-gray-300" placeholder="Enter quantum entropy seed...">
377
+ </div>
378
+ <div class="pt-2 flex space-x-3">
379
+ <button id="cancelSpawnBtn" class="flex-1 px-4 py-2 bg-gray-800/50 hover:bg-gray-700/70 rounded-lg text-gray-300 transition-colors">
380
+ Cancel
381
+ </button>
382
+ <button class="flex-1 px-4 py-2 bg-purple-900/50 hover:bg-purple-800/70 rounded-lg text-purple-200 font-semibold transition-colors flex items-center justify-center">
383
+ <i class="fas fa-magic mr-2"></i> Create
384
+ </button>
385
+ </div>
386
+ </div>
387
+ </div>
388
+ </div>
389
+
390
+ <script>
391
+ // Toggle modal
392
+ document.getElementById('spawnUniverseBtn').addEventListener('click', function() {
393
+ document.getElementById('spawnUniverseModal').classList.remove('hidden');
394
+ });
395
+
396
+ document.getElementById('cancelSpawnBtn').addEventListener('click', function() {
397
+ document.getElementById('spawnUniverseModal').classList.add('hidden');
398
+ });
399
+
400
+ // Close modal when clicking outside
401
+ document.getElementById('spawnUniverseModal').addEventListener('click', function(e) {
402
+ if (e.target === this) {
403
+ this.classList.add('hidden');
404
+ }
405
+ });
406
+
407
+ // Add some interactive effects
408
+ const universeCards = document.querySelectorAll('.universe-card');
409
+ universeCards.forEach(card => {
410
+ card.addEventListener('click', function() {
411
+ // Remove active class from all cards
412
+ universeCards.forEach(c => c.classList.remove('ring-2', 'ring-purple-500'));
413
+ // Add to clicked card
414
+ this.classList.add('ring-2', 'ring-purple-500');
415
+ });
416
+ });
417
+
418
+ // Simulate ψ-log updates
419
+ setInterval(() => {
420
+ const logEntries = [
421
+ { icon: '🌀', color: 'purple', text: 'ψ-wave oscillation detected at 42.0Hz' },
422
+ { icon: '✓', color: 'green', text: 'Timeline branch Δ2 stabilized' },
423
+ { icon: '⚠', color: 'yellow', text: 'Entanglement strength fluctuation detected' },
424
+ { icon: 'i', color: 'blue', text: 'Akashic memory fragment decrypted' }
425
+ ];
426
+
427
+ const randomEntry = logEntries[Math.floor(Math.random() * logEntries.length)];
428
+ const logContainer = document.querySelector('.psi-log-entry').parentElement;
429
+
430
+ const newEntry = document.createElement('div');
431
+ newEntry.className = 'flex items-start psi-log-entry';
432
+ newEntry.innerHTML = `
433
+ <div class="px-2 py-1 rounded-full text-xs bg-${randomEntry.color}-900/50 text-${randomEntry.color}-300 mr-2 mt-1">${randomEntry.icon}</div>
434
+ <div class="text-sm text-gray-300">${randomEntry.text}</div>
435
+ `;
436
+
437
+ logContainer.prepend(newEntry);
438
+
439
+ // Remove oldest entry if more than 10
440
+ if (logContainer.children.length > 10) {
441
+ logContainer.removeChild(logContainer.lastChild);
442
+ }
443
+
444
+ }, 5000);
445
+ </script>
446
+ <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=MrAlanmathisenturing/shell" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
447
+ </html>
prompts.txt ADDED
File without changes