File size: 27,557 Bytes
ec2b788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>LogiTrack - Gestión Logística</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>
        .map-container {
            height: 400px;
            background-image: url('https://maps.googleapis.com/maps/api/staticmap?center=19.432608,-99.133209&zoom=12&size=800x400&key=YOUR_API_KEY');
            background-size: cover;
            background-position: center;
        }
        .sidebar {
            transition: all 0.3s ease;
        }
        @media (max-width: 768px) {
            .sidebar {
                transform: translateX(-100%);
                position: absolute;
                z-index: 50;
                height: 100vh;
            }
            .sidebar.open {
                transform: translateX(0);
            }
        }
        .notification-badge {
            top: -5px;
            right: -5px;
        }
    </style>
</head>
<body class="bg-gray-100 font-sans">
    <div class="flex h-screen overflow-hidden">
        <!-- Sidebar -->
        <div class="sidebar bg-blue-800 text-white w-64 flex-shrink-0">
            <div class="p-4 flex items-center justify-between border-b border-blue-700">
                <div class="flex items-center space-x-2">
                    <i class="fas fa-truck-fast text-2xl text-yellow-400"></i>
                    <h1 class="text-xl font-bold">LogiTrack</h1>
                </div>
                <button id="closeSidebar" class="md:hidden text-white">
                    <i class="fas fa-times"></i>
                </button>
            </div>
            <div class="p-4">
                <div class="flex items-center space-x-3 mb-6">
                    <div class="w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
                        <i class="fas fa-user"></i>
                    </div>
                    <div>
                        <p class="font-medium">Juan Pérez</p>
                        <p class="text-xs text-blue-200">Administrador</p>
                    </div>
                </div>
                
                <nav>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg bg-blue-700 mb-2">
                        <i class="fas fa-home w-5 text-center"></i>
                        <span>Inicio</span>
                    </a>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-blue-700 mb-2">
                        <i class="fas fa-map-location-dot w-5 text-center"></i>
                        <span>Seguimiento</span>
                    </a>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-blue-700 mb-2">
                        <i class="fas fa-clipboard-check w-5 text-center"></i>
                        <span>Inspecciones</span>
                    </a>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-blue-700 mb-2">
                        <i class="fas fa-boxes-stacked w-5 text-center"></i>
                        <span>Inventario</span>
                    </a>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-blue-700 mb-2">
                        <i class="fas fa-warehouse w-5 text-center"></i>
                        <span>Almacenamiento</span>
                    </a>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-blue-700 mb-2">
                        <i class="fas fa-file-invoice-dollar w-5 text-center"></i>
                        <span>Facturación</span>
                    </a>
                    <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-blue-700 mb-2">
                        <i class="fas fa-cog w-5 text-center"></i>
                        <span>Configuración</span>
                    </a>
                </nav>
            </div>
            <div class="absolute bottom-0 w-full p-4 border-t border-blue-700">
                <button class="flex items-center space-x-2 text-blue-200 hover:text-white">
                    <i class="fas fa-right-from-bracket"></i>
                    <span>Cerrar sesión</span>
                </button>
            </div>
        </div>

        <!-- Main Content -->
        <div class="flex-1 flex flex-col overflow-hidden">
            <!-- Top Navigation -->
            <header class="bg-white shadow-sm z-10">
                <div class="flex items-center justify-between p-4">
                    <div class="flex items-center space-x-4">
                        <button id="toggleSidebar" class="md:hidden text-gray-600">
                            <i class="fas fa-bars"></i>
                        </button>
                        <h2 class="text-xl font-semibold text-gray-800">Panel de Control</h2>
                    </div>
                    <div class="flex items-center space-x-4">
                        <div class="relative">
                            <button class="text-gray-600 hover:text-gray-900">
                                <i class="fas fa-bell"></i>
                                <span class="notification-badge absolute bg-red-500 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span>
                            </button>
                        </div>
                        <div class="relative">
                            <input type="text" placeholder="Buscar..." class="pl-10 pr-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
                            <i class="fas fa-search absolute left-3 top-3 text-gray-400"></i>
                        </div>
                    </div>
                </div>
            </header>

            <!-- Main Content Area -->
            <main class="flex-1 overflow-y-auto p-4 bg-gray-100">
                <!-- Stats Cards -->
                <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mb-6">
                    <div class="bg-white rounded-lg shadow p-4">
                        <div class="flex items-center justify-between">
                            <div>
                                <p class="text-gray-500">Envíos activos</p>
                                <h3 class="text-2xl font-bold">24</h3>
                            </div>
                            <div class="p-3 rounded-full bg-blue-100 text-blue-600">
                                <i class="fas fa-truck"></i>
                            </div>
                        </div>
                        <p class="text-sm text-green-600 mt-2"><i class="fas fa-arrow-up"></i> 12% desde ayer</p>
                    </div>
                    <div class="bg-white rounded-lg shadow p-4">
                        <div class="flex items-center justify-between">
                            <div>
                                <p class="text-gray-500">Inspecciones hoy</p>
                                <h3 class="text-2xl font-bold">8</h3>
                            </div>
                            <div class="p-3 rounded-full bg-green-100 text-green-600">
                                <i class="fas fa-clipboard-check"></i>
                            </div>
                        </div>
                        <p class="text-sm text-red-600 mt-2"><i class="fas fa-arrow-down"></i> 2% desde ayer</p>
                    </div>
                    <div class="bg-white rounded-lg shadow p-4">
                        <div class="flex items-center justify-between">
                            <div>
                                <p class="text-gray-500">Inventario</p>
                                <h3 class="text-2xl font-bold">1,245</h3>
                            </div>
                            <div class="p-3 rounded-full bg-yellow-100 text-yellow-600">
                                <i class="fas fa-boxes-stacked"></i>
                            </div>
                        </div>
                        <p class="text-sm text-green-600 mt-2"><i class="fas fa-arrow-up"></i> 5% desde ayer</p>
                    </div>
                    <div class="bg-white rounded-lg shadow p-4">
                        <div class="flex items-center justify-between">
                            <div>
                                <p class="text-gray-500">Almacenamiento</p>
                                <h3 class="text-2xl font-bold">72%</h3>
                            </div>
                            <div class="p-3 rounded-full bg-purple-100 text-purple-600">
                                <i class="fas fa-warehouse"></i>
                            </div>
                        </div>
                        <p class="text-sm text-gray-600 mt-2">Capacidad utilizada</p>
                    </div>
                </div>

                <!-- Map and Recent Shipments -->
                <div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-6">
                    <div class="lg:col-span-2 bg-white rounded-lg shadow overflow-hidden">
                        <div class="p-4 border-b">
                            <h3 class="font-semibold text-lg">Seguimiento en Tiempo Real</h3>
                        </div>
                        <div class="map-container"></div>
                        <div class="p-4">
                            <div class="flex justify-between items-center mb-4">
                                <h4 class="font-medium">Flota activa</h4>
                                <button class="text-blue-600 text-sm font-medium">Ver todos</button>
                            </div>
                            <div class="space-y-3">
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div class="flex items-center space-x-3">
                                        <div class="p-2 rounded-full bg-blue-100 text-blue-600">
                                            <i class="fas fa-truck"></i>
                                        </div>
                                        <div>
                                            <p class="font-medium">TRK-4582</p>
                                            <p class="text-xs text-gray-500">CDMX → Monterrey</p>
                                        </div>
                                    </div>
                                    <div class="text-right">
                                        <p class="text-sm font-medium">En ruta</p>
                                        <p class="text-xs text-gray-500">Llegada: 14:30</p>
                                    </div>
                                </div>
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div class="flex items-center space-x-3">
                                        <div class="p-2 rounded-full bg-green-100 text-green-600">
                                            <i class="fas fa-ship"></i>
                                        </div>
                                        <div>
                                            <p class="font-medium">CTN-7821</p>
                                            <p class="text-xs text-gray-500">Veracruz → Guadalajara</p>
                                        </div>
                                    </div>
                                    <div class="text-right">
                                        <p class="text-sm font-medium">En puerto</p>
                                        <p class="text-xs text-gray-500">Inspección</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                    <!-- Inspection Checklist -->
                    <div class="bg-white rounded-lg shadow overflow-hidden">
                        <div class="p-4 border-b">
                            <h3 class="font-semibold text-lg">Lista de Inspección</h3>
                        </div>
                        <div class="p-4">
                            <div class="mb-4">
                                <label class="block text-sm font-medium text-gray-700 mb-1">Seleccionar vehículo</label>
                                <select class="w-full border rounded-lg p-2 focus:ring-2 focus:ring-blue-500">
                                    <option>TRK-4582 - Volvo FH16</option>
                                    <option>TRK-6723 - Freightliner</option>
                                    <option>TRK-9012 - Kenworth T680</option>
                                </select>
                            </div>
                            <div class="space-y-3">
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div>
                                        <p class="font-medium">Documentación</p>
                                        <p class="text-xs text-gray-500">Permisos y facturas</p>
                                    </div>
                                    <div class="flex space-x-2">
                                        <button class="w-8 h-8 rounded-full border border-green-500 text-green-500 flex items-center justify-center">
                                            <i class="fas fa-check"></i>
                                        </button>
                                        <button class="w-8 h-8 rounded-full border border-red-500 text-red-500 flex items-center justify-center">
                                            <i class="fas fa-times"></i>
                                        </button>
                                    </div>
                                </div>
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div>
                                        <p class="font-medium">Estado del vehículo</p>
                                        <p class="text-xs text-gray-500">Frenos, luces, neumáticos</p>
                                    </div>
                                    <div class="flex space-x-2">
                                        <button class="w-8 h-8 rounded-full border border-gray-300 text-gray-400 flex items-center justify-center">
                                            <i class="fas fa-check"></i>
                                        </button>
                                        <button class="w-8 h-8 rounded-full border border-gray-300 text-gray-400 flex items-center justify-center">
                                            <i class="fas fa-times"></i>
                                        </button>
                                    </div>
                                </div>
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div>
                                        <p class="font-medium">Carga</p>
                                        <p class="text-xs text-gray-500">Estado y sujeción</p>
                                    </div>
                                    <div class="flex space-x-2">
                                        <button class="w-8 h-8 rounded-full border border-gray-300 text-gray-400 flex items-center justify-center">
                                            <i class="fas fa-check"></i>
                                        </button>
                                        <button class="w-8 h-8 rounded-full border border-gray-300 text-gray-400 flex items-center justify-center">
                                            <i class="fas fa-times"></i>
                                        </button>
                                    </div>
                                </div>
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div>
                                        <p class="font-medium">Seguridad</p>
                                        <p class="text-xs text-gray-500">Equipo de emergencia</p>
                                    </div>
                                    <div class="flex space-x-2">
                                        <button class="w-8 h-8 rounded-full border border-gray-300 text-gray-400 flex items-center justify-center">
                                            <i class="fas fa-check"></i>
                                        </button>
                                        <button class="w-8 h-8 rounded-full border border-gray-300 text-gray-400 flex items-center justify-center">
                                            <i class="fas fa-times"></i>
                                        </button>
                                    </div>
                                </div>
                            </div>
                            <button class="mt-4 w-full bg-blue-600 text-white py-2 rounded-lg hover:bg-blue-700 transition">
                                <i class="fas fa-camera mr-2"></i> Subir fotos de inspección
                            </button>
                        </div>
                    </div>
                </div>

                <!-- Inventory and Storage -->
                <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
                    <!-- Inventory -->
                    <div class="bg-white rounded-lg shadow overflow-hidden">
                        <div class="p-4 border-b flex justify-between items-center">
                            <h3 class="font-semibold text-lg">Inventario de Camiones</h3>
                            <button class="text-blue-600 text-sm font-medium">Agregar</button>
                        </div>
                        <div class="overflow-x-auto">
                            <table class="min-w-full divide-y divide-gray-200">
                                <thead class="bg-gray-50">
                                    <tr>
                                        <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">ID</th>
                                        <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Tipo</th>
                                        <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Capacidad</th>
                                        <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Estado</th>
                                    </tr>
                                </thead>
                                <tbody class="bg-white divide-y divide-gray-200">
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">TRK-4582</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Remolque</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">24 ton</td>
                                        <td class="px-6 py-4 whitespace-nowrap">
                                            <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">Disponible</span>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">TRK-6723</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Plataforma</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">18 ton</td>
                                        <td class="px-6 py-4 whitespace-nowrap">
                                            <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-yellow-100 text-yellow-800">En mantenimiento</span>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">TRK-9012</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Refrigerado</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">14 ton</td>
                                        <td class="px-6 py-4 whitespace-nowrap">
                                            <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-red-100 text-red-800">En ruta</span>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                    </div>

                    <!-- Guest Storage -->
                    <div class="bg-white rounded-lg shadow overflow-hidden">
                        <div class="p-4 border-b flex justify-between items-center">
                            <h3 class="font-semibold text-lg">Almacenamiento para Clientes</h3>
                            <button class="text-blue-600 text-sm font-medium">Nuevo contrato</button>
                        </div>
                        <div class="p-4">
                            <div class="mb-4">
                                <div class="flex justify-between mb-1">
                                    <span class="text-sm font-medium text-gray-700">Capacidad utilizada</span>
                                    <span class="text-sm font-medium text-gray-700">72%</span>
                                </div>
                                <div class="w-full bg-gray-200 rounded-full h-2.5">
                                    <div class="bg-blue-600 h-2.5 rounded-full" style="width: 72%"></div>
                                </div>
                            </div>
                            <div class="space-y-4">
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div class="flex items-center space-x-3">
                                        <div class="p-2 rounded-full bg-purple-100 text-purple-600">
                                            <i class="fas fa-box"></i>
                                        </div>
                                        <div>
                                            <p class="font-medium">Electrónicos S.A.</p>
                                            <p class="text-xs text-gray-500">Contrato #CT-4582</p>
                                        </div>
                                    </div>
                                    <div class="text-right">
                                        <p class="text-sm font-medium">120 m²</p>
                                        <p class="text-xs text-gray-500">Hasta 15/12/23</p>
                                    </div>
                                </div>
                                <div class="flex items-center justify-between p-3 border rounded-lg">
                                    <div class="flex items-center space-x-3">
                                        <div class="p-2 rounded-full bg-orange-100 text-orange-600">
                                            <i class="fas fa-bottle-water"></i>
                                        </div>
                                        <div>
                                            <p class="font-medium">Bebidas del Norte</p>
                                            <p class="text-xs text-gray-500">Contrato #CT-6721</p>
                                        </div>
                                    </div>
                                    <div class="text-right">
                                        <p class="text-sm font-medium">80 m²</p>
                                        <p class="text-xs text-gray-500">Hasta 30/11/23</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </main>
        </div>
    </div>

    <script>
        // Toggle sidebar on mobile
        const toggleSidebar = document.getElementById('toggleSidebar');
        const closeSidebar = document.getElementById('closeSidebar');
        const sidebar = document.querySelector('.sidebar');

        toggleSidebar.addEventListener('click', () => {
            sidebar.classList.add('open');
        });

        closeSidebar.addEventListener('click', () => {
            sidebar.classList.remove('open');
        });

        // Simulate inspection checklist interaction
        document.querySelectorAll('.flex.items-center.justify-between.p-3.border.rounded-lg').forEach(item => {
            const buttons = item.querySelectorAll('button');
            buttons.forEach(button => {
                button.addEventListener('click', () => {
                    // Reset all buttons in this group
                    buttons.forEach(btn => {
                        btn.classList.remove('border-green-500', 'text-green-500', 'border-red-500', 'text-red-500');
                        btn.classList.add('border-gray-300', 'text-gray-400');
                    });
                    
                    // Set clicked button style
                    if(button.innerHTML.includes('check')) {
                        button.classList.remove('border-gray-300', 'text-gray-400');
                        button.classList.add('border-green-500', 'text-green-500');
                    } else {
                        button.classList.remove('border-gray-300', 'text-gray-400');
                        button.classList.add('border-red-500', 'text-red-500');
                    }
                });
            });
        });

        // Notification badge click
        document.querySelector('.notification-badge').addEventListener('click', function(e) {
            e.stopPropagation();
            alert('Tienes 3 notificaciones sin leer');
        });
    </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=Douass2/douas256-gmail-com" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>