File size: 24,227 Bytes
7dce180
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hongo WooCommerce Theme Clone</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">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
        }
        .nav-link:hover::after {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background-color: #000;
            position: absolute;
            bottom: -5px;
            left: 0;
        }
        .hero-section {
            background-image: url('https://images.unsplash.com/photo-1483985988355-763728e1935b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
        }
        .product-card:hover .product-overlay {
            opacity: 1;
        }
        .testimonial-slide {
            transition: transform 0.5s ease;
        }
    </style>
</head>
<body class="bg-white text-gray-800">
    <!-- Header & Navigation -->
    <header class="fixed w-full bg-white shadow-sm z-50">
        <div class="container mx-auto px-4 py-4 flex justify-between items-center">
            <div class="logo">
                <img src="https://hongo.themezaa.com/wp-content/uploads/2018/07/logo.png" alt="Hongo Logo" class="h-8">
            </div>
            <nav class="hidden md:block">
                <ul class="flex space-x-8">
                    <li><a href="#home" class="nav-link relative font-medium">Home</a></li>
                    <li><a href="#shop" class="nav-link relative font-medium">Shop</a></li>
                    <li><a href="#about" class="nav-link relative font-medium">About</a></li>
                    <li><a href="#blog" class="nav-link relative font-medium">Blog</a></li>
                    <li><a href="#contact" class="nav-link relative font-medium">Contact</a></li>
                    <li><a href="#" class="text-gray-600"><i class="fas fa-search"></i></a></li>
                    <li><a href="#" class="text-gray-600"><i class="fas fa-shopping-bag"></i></a></li>
                </ul>
            </nav>
            <button class="md:hidden text-gray-800 focus:outline-none">
                <i class="fas fa-bars text-xl"></i>
            </button>
        </div>
    </header>

    <!-- Hero Section -->
    <section id="home" class="hero-section pt-24 pb-16 md:pt-32 md:pb-24">
        <div class="container mx-auto px-4">
            <div class="max-w-2xl">
                <h1 class="text-4xl md:text-5xl font-bold mb-4">NEW COLLECTION 2019</h1>
                <p class="text-xl mb-6">Brown leather women's bags</p>
                <div class="mb-8">
                    <span class="text-2xl font-bold">Just £59.00</span>
                    <span class="text-xl line-through ml-2 text-gray-500">~~Regular £69.00~~</span>
                </div>
                <button class="bg-black text-white px-8 py-3 font-medium hover:bg-gray-800 transition duration-300">
                    SHOP WOMEN
                </button>
            </div>
        </div>
    </section>

    <!-- Product Grid Section -->
    <section id="shop" class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12">WE LOVE FROM LAYOUT</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
                <!-- Product 1 -->
                <div class="product-card bg-white p-4 shadow-sm relative overflow-hidden group">
                    <div class="relative overflow-hidden mb-4">
                        <img src="https://hongo.themezaa.com/wp-content/uploads/2018/07/image-1-1.png.webp" alt="Product" class="w-full h-64 object-cover">
                        <div class="product-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 transition-opacity duration-300">
                            <button class="bg-white text-black px-6 py-2 font-medium">Quick View</button>
                        </div>
                    </div>
                    <h3 class="font-semibold text-lg mb-2">I LOVE CREATIVE DESIGN</h3>
                    <p class="text-gray-600 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                    <div class="flex justify-between items-center">
                        <span class="font-bold">£59.00</span>
                        <button class="text-gray-600 hover:text-black">
                            <i class="fas fa-shopping-bag"></i>
                        </button>
                    </div>
                </div>
                
                <!-- Product 2 -->
                <div class="product-card bg-white p-4 shadow-sm relative overflow-hidden group">
                    <div class="relative overflow-hidden mb-4">
                        <img src="https://hongo.themezaa.com/wp-content/uploads/2019/05/one-page-img-03.png.webp" alt="Product" class="w-full h-64 object-cover">
                        <div class="product-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 transition-opacity duration-300">
                            <button class="bg-white text-black px-6 py-2 font-medium">Quick View</button>
                        </div>
                    </div>
                    <h3 class="font-semibold text-lg mb-2">PREMIUM QUALITY</h3>
                    <p class="text-gray-600 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                    <div class="flex justify-between items-center">
                        <span class="font-bold">£79.00</span>
                        <button class="text-gray-600 hover:text-black">
                            <i class="fas fa-shopping-bag"></i>
                        </button>
                    </div>
                </div>
                
                <!-- Product 3 -->
                <div class="product-card bg-white p-4 shadow-sm relative overflow-hidden group">
                    <div class="relative overflow-hidden mb-4">
                        <img src="https://images.unsplash.com/photo-1548036328-c9fa89d128fa?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Product" class="w-full h-64 object-cover">
                        <div class="product-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 transition-opacity duration-300">
                            <button class="bg-white text-black px-6 py-2 font-medium">Quick View</button>
                        </div>
                    </div>
                    <h3 class="font-semibold text-lg mb-2">UNIQUE STYLE</h3>
                    <p class="text-gray-600 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                    <div class="flex justify-between items-center">
                        <span class="font-bold">£89.00</span>
                        <button class="text-gray-600 hover:text-black">
                            <i class="fas fa-shopping-bag"></i>
                        </button>
                    </div>
                </div>
                
                <!-- Product 4 -->
                <div class="product-card bg-white p-4 shadow-sm relative overflow-hidden group">
                    <div class="relative overflow-hidden mb-4">
                        <img src="https://images.unsplash.com/photo-1525507119028-2374a1ad0afd?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Product" class="w-full h-64 object-cover">
                        <div class="product-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 transition-opacity duration-300">
                            <button class="bg-white text-black px-6 py-2 font-medium">Quick View</button>
                        </div>
                    </div>
                    <h3 class="font-semibold text-lg mb-2">TRENDY COLLECTION</h3>
                    <p class="text-gray-600 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                    <div class="flex justify-between items-center">
                        <span class="font-bold">£99.00</span>
                        <button class="text-gray-600 hover:text-black">
                            <i class="fas fa-shopping-bag"></i>
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- About Company Section -->
    <section id="about" class="py-16">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-8 md:mb-0 md:pr-12">
                    <h2 class="text-3xl font-bold mb-6">ABOUT COMPANY</h2>
                    <p class="text-gray-600 mb-6">
                        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
                    </p>
                    <p class="text-gray-600 mb-8">
                        Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
                    </p>
                    <p class="text-lg italic">
                        "Fashion brand that contemporary Latest celebrity style fashion and outfit trends."
                    </p>
                </div>
                <div class="md:w-1/2">
                    <img src="https://hongo.themezaa.com/wp-content/uploads/2019/05/one-page-img-03.png.webp" alt="About Company" class="w-full rounded-lg shadow-lg">
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12">WHAT OUR CLIENTS SAY</h2>
            <div class="max-w-4xl mx-auto relative overflow-hidden">
                <div class="flex transition-transform duration-300" id="testimonial-slider">
                    <div class="testimonial-slide min-w-full px-4">
                        <div class="bg-white p-8 rounded-lg shadow-sm text-center">
                            <div class="text-yellow-400 mb-4">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                            </div>
                            <p class="text-gray-600 mb-6">
                                "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris."
                            </p>
                            <div class="flex items-center justify-center">
                                <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                                <div>
                                    <h4 class="font-semibold">Sarah Johnson</h4>
                                    <p class="text-gray-500 text-sm">Fashion Blogger</p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="testimonial-slide min-w-full px-4">
                        <div class="bg-white p-8 rounded-lg shadow-sm text-center">
                            <div class="text-yellow-400 mb-4">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star-half-alt"></i>
                            </div>
                            <p class="text-gray-600 mb-6">
                                "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
                            </p>
                            <div class="flex items-center justify-center">
                                <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                                <div>
                                    <h4 class="font-semibold">Michael Brown</h4>
                                    <p class="text-gray-500 text-sm">Stylist</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="flex justify-center mt-8">
                    <button onclick="prevTestimonial()" class="mx-2 text-gray-600 hover:text-black">
                        <i class="fas fa-chevron-left"></i>
                    </button>
                    <button onclick="nextTestimonial()" class="mx-2 text-gray-600 hover:text-black">
                        <i class="fas fa-chevron-right"></i>
                    </button>
                </div>
            </div>
        </div>
    </section>

    <!-- Blog Section -->
    <section id="blog" class="py-16">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12">LATEST BLOG</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Blog Post 1 -->
                <div class="bg-white shadow-sm overflow-hidden">
                    <div class="relative">
                        <img src="https://images.unsplash.com/photo-1492707892479-7bc8d5a4ee93?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Blog Post" class="w-full h-48 object-cover">
                        <div class="absolute bottom-0 left-0 bg-white px-4 py-2 text-sm font-medium">
                            June 15, 2023
                        </div>
                    </div>
                    <div class="p-6">
                        <h3 class="font-semibold text-lg mb-3">Summer Fashion Trends 2023</h3>
                        <p class="text-gray-600 mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
                        <a href="#" class="text-black font-medium hover:underline">Read More</a>
                    </div>
                </div>
                
                <!-- Blog Post 2 -->
                <div class="bg-white shadow-sm overflow-hidden">
                    <div class="relative">
                        <img src="https://images.unsplash.com/photo-1483985988355-763728e1935b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Blog Post" class="w-full h-48 object-cover">
                        <div class="absolute bottom-0 left-0 bg-white px-4 py-2 text-sm font-medium">
                            May 28, 2023
                        </div>
                    </div>
                    <div class="p-6">
                        <h3 class="font-semibold text-lg mb-3">How to Style Your Outfits</h3>
                        <p class="text-gray-600 mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
                        <a href="#" class="text-black font-medium hover:underline">Read More</a>
                    </div>
                </div>
                
                <!-- Blog Post 3 -->
                <div class="bg-white shadow-sm overflow-hidden">
                    <div class="relative">
                        <img src="https://images.unsplash.com/photo-1525507119028-2374a1ad0afd?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Blog Post" class="w-full h-48 object-cover">
                        <div class="absolute bottom-0 left-0 bg-white px-4 py-2 text-sm font-medium">
                            April 10, 2023
                        </div>
                    </div>
                    <div class="p-6">
                        <h3 class="font-semibold text-lg mb-3">Accessories That Complete Your Look</h3>
                        <p class="text-gray-600 mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
                        <a href="#" class="text-black font-medium hover:underline">Read More</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Newsletter Section -->
    <section class="py-16 bg-gray-900 text-white">
        <div class="container mx-auto px-4">
            <div class="max-w-4xl mx-auto text-center">
                <h2 class="text-3xl font-bold mb-4">SUBSCRIBE TO OUR NEWSLETTER</h2>
                <p class="text-gray-300 mb-8">Get the latest updates on new products and upcoming sales</p>
                <form class="flex flex-col md:flex-row max-w-xl mx-auto">
                    <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 mb-2 md:mb-0 md:mr-2 rounded focus:outline-none text-gray-800">
                    <button type="submit" class="bg-white text-gray-900 px-6 py-3 font-medium rounded hover:bg-gray-200 transition duration-300">
                        SUBSCRIBE
                    </button>
                </form>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer id="contact" class="bg-gray-800 text-white py-12">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <img src="https://hongo.themezaa.com/wp-content/uploads/2018/09/white-logo.png" alt="Hongo Logo" class="h-8 mb-4">
                    <p class="text-gray-400 mb-4">
                        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
                    </p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-pinterest-p"></i></a>
                    </div>
                </div>
                
                <div>
                    <h3 class="font-bold text-lg mb-4">CONTACT US</h3>
                    <ul class="space-y-2 text-gray-400">
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-3"></i>
                            <span>123 Fashion Street, London, UK</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-phone-alt mt-1 mr-3"></i>
                            <span>+44 123 456 7890</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-envelope mt-1 mr-3"></i>
                            <span>info@hongo.com</span>
                        </li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="font-bold text-lg mb-4">INFORMATION</h3>
                    <ul class="space-y-2 text-gray-400">
                        <li><a href="#" class="hover:text-white">About Us</a></li>
                        <li><a href="#" class="hover:text-white">Delivery Information</a></li>
                        <li><a href="#" class="hover:text-white">Privacy Policy</a></li>
                        <li><a href="#" class="hover:text-white">Terms & Conditions</a></li>
                        <li><a href="#" class="hover:text-white">Returns & Refunds</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="font-bold text-lg mb-4">OPENING HOURS</h3>
                    <ul class="space-y-2 text-gray-400">
                        <li class="flex justify-between">
                            <span>Monday - Friday</span>
                            <span>9:00 - 20:00</span>
                        </li>
                        <li class="flex justify-between">
                            <span>Saturday</span>
                            <span>10:00 - 18:00</span>
                        </li>
                        <li class="flex justify-between">
                            <span>Sunday</span>
                            <span>Closed</span>
                        </li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400">
                <p>&copy; 2023 Hongo. All Rights Reserved.</p>
            </div>
        </div>
    </footer>

    <script>
        // Testimonial slider functionality
        let currentTestimonial = 0;
        const testimonials = document.querySelectorAll('.testimonial-slide');
        const slider = document.getElementById('testimonial-slider');
        
        function updateSlider() {
            const offset = -currentTestimonial * 100;
            slider.style.transform = `translateX(${offset}%)`;
        }
        
        function nextTestimonial() {
            currentTestimonial = (currentTestimonial + 1) % testimonials.length;
            updateSlider();
        }
        
        function prevTestimonial() {
            currentTestimonial = (currentTestimonial - 1 + testimonials.length) % testimonials.length;
            updateSlider();
        }
        
        // Auto-rotate testimonials
        setInterval(nextTestimonial, 5000);
        
        // Mobile menu toggle (placeholder - would need more implementation)
        document.querySelector('button.md\\:hidden').addEventListener('click', function() {
            alert('Mobile menu would open here in a full implementation');
        });
        
        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function(e) {
                e.preventDefault();
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });
    </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=Harvinderkno/hango" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>