File size: 25,002 Bytes
a3434ec
775375a
 
 
 
 
 
 
a3434ec
775375a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a3434ec
775375a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>NEXUS Audio Processor</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Roboto:wght@300;400;500&display=swap');
        
        :root {
            --primary: #6d28d9;
            --secondary: #10b981;
            --dark: #1e293b;
            --light: #f8fafc;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
            background-color: #0f172a;
            color: var(--light);
            overflow-x: hidden;
        }
        
        .title-font {
            font-family: 'Orbitron', sans-serif;
        }
        
        .visualizer {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        
        .audio-bar {
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            height: 4px;
            transition: all 0.1s ease;
            transform-origin: left;
        }
        
        .knob {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(145deg, #1e293b, #0f172a);
            box-shadow: 5px 5px 15px #0a101a, -5px -5px 15px #334155;
            position: relative;
            cursor: pointer;
        }
        
        .knob::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: var(--secondary);
            border-radius: 50%;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .effect-card {
            background: rgba(30, 41, 59, 0.5);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        
        .effect-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }
        
        .led {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #4b5563;
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        }
        
        .led.active {
            background-color: var(--secondary);
            box-shadow: 0 0 10px var(--secondary);
        }
        
        @keyframes pulse {
            0% { opacity: 0.6; }
            50% { opacity: 1; }
            100% { opacity: 0.6; }
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
        
        canvas {
            border-radius: 12px;
        }
    </style>
</head>
<body class="min-h-screen flex flex-col">
    <header class="py-6 px-6 border-b border-slate-800">
        <div class="container mx-auto flex justify-between items-center">
            <div class="flex items-center space-x-2">
                <div class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center">
                    <i class="fas fa-wave-square text-white"></i>
                </div>
                <h1 class="title-font text-2xl font-bold bg-gradient-to-r from-purple-500 to-emerald-400 bg-clip-text text-transparent">NEXUS</h1>
            </div>
            <nav class="hidden md:flex space-x-8">
                <a href="#" class="text-slate-300 hover:text-white transition">Dashboard</a>
                <a href="#" class="text-slate-300 hover:text-white transition">Effects</a>
                <a href="#" class="text-slate-300 hover:text-white transition">Presets</a>
                <a href="#" class="text-slate-300 hover:text-white transition">Settings</a>
            </nav>
            <button class="md:hidden text-slate-300">
                <i class="fas fa-bars text-xl"></i>
            </button>
        </div>
    </header>

    <main class="flex-grow container mx-auto px-6 py-8">
        <div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
            <!-- Left Panel -->
            <div class="lg:col-span-2 space-y-8">
                <!-- Visualizer -->
                <div class="visualizer p-6">
                    <div class="flex justify-between items-center mb-4">
                        <h2 class="title-font text-xl font-semibold">Audio Visualizer</h2>
                        <div class="flex space-x-2">
                            <button class="px-3 py-1 bg-slate-700 rounded-md text-sm">Waveform</button>
                            <button class="px-3 py-1 bg-slate-800 rounded-md text-sm">Frequency</button>
                            <button class="px-3 py-1 bg-slate-800 rounded-md text-sm">Spectrum</button>
                        </div>
                    </div>
                    <div class="h-64 relative">
                        <canvas id="visualizerCanvas" class="w-full h-full"></canvas>
                        <div class="absolute bottom-0 left-0 right-0 h-1 bg-slate-700">
                            <div class="audio-bar" id="progressBar"></div>
                        </div>
                    </div>
                    <div class="mt-4 flex justify-between items-center">
                        <div class="text-sm text-slate-400">00:00</div>
                        <div class="flex items-center space-x-4">
                            <button class="text-slate-300 hover:text-white">
                                <i class="fas fa-backward"></i>
                            </button>
                            <button class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center text-white">
                                <i class="fas fa-play"></i>
                            </button>
                            <button class="text-slate-300 hover:text-white">
                                <i class="fas fa-forward"></i>
                            </button>
                        </div>
                        <div class="text-sm text-slate-400">03:42</div>
                    </div>
                </div>

                <!-- Equalizer -->
                <div class="visualizer p-6">
                    <div class="flex justify-between items-center mb-4">
                        <h2 class="title-font text-xl font-semibold">10-Band Equalizer</h2>
                        <div class="flex items-center space-x-2">
                            <div class="led"></div>
                            <span class="text-sm text-slate-400">Flat</span>
                            <button class="px-3 py-1 bg-slate-800 rounded-md text-sm">Presets</button>
                        </div>
                    </div>
                    <div class="grid grid-cols-10 gap-2 h-40">
                        <!-- EQ Bands -->
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-3/4 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">60Hz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-2/3 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">150Hz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/2 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">300Hz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/3 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">600Hz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/4 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">1.2kHz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/5 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">2.4kHz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/6 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">4.8kHz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/4 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">9.6kHz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/3 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">14kHz</div>
                        </div>
                        <div class="flex flex-col items-center justify-end">
                            <div class="w-full bg-gradient-to-t from-purple-500 to-transparent h-1/2 rounded-t-sm"></div>
                            <div class="text-xs text-slate-400 mt-1">18kHz</div>
                        </div>
                    </div>
                    <div class="mt-4 grid grid-cols-10 gap-2">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                        <input type="range" min="-12" max="12" value="0" class="w-full h-1 bg-slate-700 rounded-full appearance-none" orient="vertical">
                    </div>
                </div>
            </div>

            <!-- Right Panel -->
            <div class="space-y-8">
                <!-- Input Controls -->
                <div class="visualizer p-6">
                    <h2 class="title-font text-xl font-semibold mb-4">Input Controls</h2>
                    <div class="space-y-6">
                        <div>
                            <label class="block text-sm text-slate-400 mb-2">Input Source</label>
                            <select class="w-full bg-slate-800 border border-slate-700 rounded-md px-3 py-2 text-sm">
                                <option>Microphone</option>
                                <option>System Audio</option>
                                <option>Audio File</option>
                            </select>
                        </div>
                        <div>
                            <label class="block text-sm text-slate-400 mb-2">Input Gain</label>
                            <div class="flex items-center space-x-4">
                                <div class="knob"></div>
                                <div class="flex-grow">
                                    <input type="range" min="0" max="100" value="75" class="w-full h-1 bg-slate-700 rounded-full appearance-none">
                                </div>
                                <span class="text-sm w-10 text-right">75%</span>
                            </div>
                        </div>
                        <div class="flex justify-between">
                            <button class="px-4 py-2 bg-slate-800 rounded-md text-sm flex items-center space-x-2">
                                <i class="fas fa-cog"></i>
                                <span>Settings</span>
                            </button>
                            <button class="px-4 py-2 bg-gradient-to-r from-purple-600 to-emerald-500 rounded-md text-sm flex items-center space-x-2">
                                <i class="fas fa-sliders-h"></i>
                                <span>Calibrate</span>
                            </button>
                        </div>
                    </div>
                </div>

                <!-- Effects Rack -->
                <div class="visualizer p-6">
                    <div class="flex justify-between items-center mb-4">
                        <h2 class="title-font text-xl font-semibold">Effects Rack</h2>
                        <button class="px-3 py-1 bg-gradient-to-r from-purple-600 to-emerald-500 rounded-md text-sm">
                            <i class="fas fa-plus mr-1"></i> Add
                        </button>
                    </div>
                    <div class="space-y-4">
                        <!-- Effect Cards -->
                        <div class="effect-card p-4 rounded-lg border border-slate-700">
                            <div class="flex justify-between items-center">
                                <div class="flex items-center space-x-3">
                                    <div class="w-8 h-8 rounded bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center">
                                        <i class="fas fa-volume-up text-xs text-white"></i>
                                    </div>
                                    <div>
                                        <h3 class="font-medium">Compressor</h3>
                                        <p class="text-xs text-slate-400">Threshold: -12dB</p>
                                    </div>
                                </div>
                                <div class="flex items-center space-x-2">
                                    <div class="led active"></div>
                                    <button class="text-slate-400 hover:text-white">
                                        <i class="fas fa-ellipsis-v"></i>
                                    </button>
                                </div>
                            </div>
                        </div>
                        <div class="effect-card p-4 rounded-lg border border-slate-700">
                            <div class="flex justify-between items-center">
                                <div class="flex items-center space-x-3">
                                    <div class="w-8 h-8 rounded bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center">
                                        <i class="fas fa-robot text-xs text-white"></i>
                                    </div>
                                    <div>
                                        <h3 class="font-medium">Vocoder</h3>
                                        <p class="text-xs text-slate-400">Band: 16</p>
                                    </div>
                                </div>
                                <div class="flex items-center space-x-2">
                                    <div class="led active"></div>
                                    <button class="text-slate-400 hover:text-white">
                                        <i class="fas fa-ellipsis-v"></i>
                                    </button>
                                </div>
                            </div>
                        </div>
                        <div class="effect-card p-4 rounded-lg border border-slate-700">
                            <div class="flex justify-between items-center">
                                <div class="flex items-center space-x-3">
                                    <div class="w-8 h-8 rounded bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center">
                                        <i class="fas fa-echo text-xs text-white"></i>
                                    </div>
                                    <div>
                                        <h3 class="font-medium">Delay</h3>
                                        <p class="text-xs text-slate-400">Feedback: 30%</p>
                                    </div>
                                </div>
                                <div class="flex items-center space-x-2">
                                    <div class="led"></div>
                                    <button class="text-slate-400 hover:text-white">
                                        <i class="fas fa-ellipsis-v"></i>
                                    </button>
                                </div>
                            </div>
                        </div>
                        <div class="effect-card p-4 rounded-lg border border-slate-700">
                            <div class="flex justify-between items-center">
                                <div class="flex items-center space-x-3">
                                    <div class="w-8 h-8 rounded bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center">
                                        <i class="fas fa-mountain text-xs text-white"></i>
                                    </div>
                                    <div>
                                        <h3 class="font-medium">Reverb</h3>
                                        <p class="text-xs text-slate-400">Decay: 2.4s</p>
                                    </div>
                                </div>
                                <div class="flex items-center space-x-2">
                                    <div class="led"></div>
                                    <button class="text-slate-400 hover:text-white">
                                        <i class="fas fa-ellipsis-v"></i>
                                    </button>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </main>

    <footer class="py-4 px-6 border-t border-slate-800">
        <div class="container mx-auto flex flex-col md:flex-row justify-between items-center">
            <div class="flex items-center space-x-2 mb-4 md:mb-0">
                <div class="w-6 h-6 rounded-full bg-gradient-to-br from-purple-600 to-emerald-400 flex items-center justify-center">
                    <i class="fas fa-wave-square text-xs text-white"></i>
                </div>
                <span class="title-font text-sm">NEXUS Audio Processor</span>
            </div>
            <div class="flex space-x-4">
                <span class="text-xs text-slate-400">v1.0.0</span>
                <span class="text-xs text-slate-400">CPU: 12%</span>
                <span class="text-xs text-slate-400">Latency: 4.2ms</span>
            </div>
        </div>
    </footer>

    <script>
        // Visualizer animation
        const canvas = document.getElementById('visualizerCanvas');
        const ctx = canvas.getContext('2d');
        
        // Set canvas dimensions
        canvas.width = canvas.offsetWidth;
        canvas.height = canvas.offsetHeight;
        
        // Animation variables
        let animationId;
        let dataArray = new Array(128).fill(0);
        
        function drawVisualizer() {
            animationId = requestAnimationFrame(drawVisualizer);
            
            // Clear canvas
            ctx.fillStyle = 'rgba(15, 23, 42, 0.2)';
            ctx.fillRect(0, 0, canvas.width, canvas.height);
            
            // Draw waveform
            ctx.lineWidth = 2;
            ctx.strokeStyle = '#6d28d9';
            ctx.beginPath();
            
            const sliceWidth = canvas.width / dataArray.length;
            let x = 0;
            
            for(let i = 0; i < dataArray.length; i++) {
                // Simulate audio data
                dataArray[i] = Math.random() * 0.4 + 0.1;
                
                const v = dataArray[i];
                const y = canvas.height / 2 + v * canvas.height / 2 * (i % 2 === 0 ? 1 : -1);
                
                if(i === 0) {
                    ctx.moveTo(x, y);
                } else {
                    ctx.lineTo(x, y);
                }
                
                x += sliceWidth;
            }
            
            ctx.stroke();
            
            // Draw gradient overlay
            const gradient = ctx.createLinearGradient(0, 0, 0, canvas.height);
            gradient.addColorStop(0, 'rgba(109, 40, 217, 0.1)');
            gradient.addColorStop(1, 'rgba(16, 185, 129, 0.1)');
            ctx.fillStyle = gradient;
            ctx.fillRect(0, 0, canvas.width, canvas.height);
        }
        
        // Start animation
        drawVisualizer();
        
        // Simulate progress bar movement
        let progress = 0;
        setInterval(() => {
            progress = (progress + 0.5) % 100;
            document.getElementById('progressBar').style.width = `${progress}%`;
        }, 100);
        
        // Knob rotation interaction
        const knobs = document.querySelectorAll('.knob');
        knobs.forEach(knob => {
            let isDragging = false;
            let startY = 0;
            let rotation = 0;
            
            knob.addEventListener('mousedown', (e) => {
                isDragging = true;
                startY = e.clientY;
                knob.style.cursor = 'grabbing';
            });
            
            document.addEventListener('mousemove', (e) => {
                if(!isDragging) return;
                
                const deltaY = e.clientY - startY;
                rotation = Math.min(Math.max(rotation + deltaY * 0.5, -90), 90);
                knob.style.transform = `rotate(${rotation}deg)`;
                startY = e.clientY;
            });
            
            document.addEventListener('mouseup', () => {
                isDragging = false;
                knob.style.cursor = 'pointer';
            });
        });
        
        // Toggle effect LEDs
        const effectCards = document.querySelectorAll('.effect-card');
        effectCards.forEach(card => {
            const led = card.querySelector('.led');
            card.addEventListener('click', () => {
                led.classList.toggle('active');
            });
        });
        
        // Responsive adjustments
        window.addEventListener('resize', () => {
            canvas.width = canvas.offsetWidth;
            canvas.height = canvas.offsetHeight;
        });
    </script>
<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=AhBoh/prova" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>