Spaces:
Running
Running
travelinlite.com
Browse files- index.html +64 -59
index.html
CHANGED
|
@@ -33,28 +33,36 @@
|
|
| 33 |
<p>🚚 Free UK delivery on orders over £150 | ⏰ Same day dispatch before 3pm</p>
|
| 34 |
</div>
|
| 35 |
|
| 36 |
-
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
<header class="bg-white shadow-sm sticky top-0 z-50">
|
| 38 |
<div class="container mx-auto px-4">
|
| 39 |
<!-- Top Header -->
|
| 40 |
<div class="flex items-center justify-between py-3 border-b">
|
| 41 |
<div class="flex items-center space-x-4">
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
</a>
|
| 45 |
-
<a href="
|
| 46 |
<i class="fas fa-envelope"></i> info@travelinlite.com
|
| 47 |
-
</a>
|
| 48 |
</div>
|
| 49 |
<div class="flex items-center space-x-4">
|
| 50 |
-
<a href="
|
| 51 |
-
<a href="
|
| 52 |
-
<div class="relative">
|
| 53 |
-
<a href="
|
| 54 |
<i class="fas fa-shopping-cart"></i>
|
| 55 |
<span class="ml-1">Cart (0)</span>
|
| 56 |
</a>
|
| 57 |
-
</div>
|
| 58 |
</div>
|
| 59 |
</div>
|
| 60 |
|
|
@@ -81,22 +89,22 @@
|
|
| 81 |
|
| 82 |
<!-- Paypal & Icons -->
|
| 83 |
<div class="w-1/4 flex justify-end items-center space-x-4">
|
| 84 |
-
<a href="
|
| 85 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/small-paypal.jpg?v=131092240753959694361608026327"
|
| 86 |
alt="PayPal Credit" class="h-8">
|
| 87 |
</a>
|
| 88 |
-
<div class="flex space-x-4">
|
| 89 |
-
<a href="
|
| 90 |
<i class="far fa-user"></i>
|
| 91 |
</a>
|
| 92 |
-
<a href="
|
| 93 |
<i class="far fa-heart"></i>
|
| 94 |
</a>
|
| 95 |
-
<a href="
|
| 96 |
<i class="fas fa-shopping-cart"></i>
|
| 97 |
<span class="absolute -top-2 -right-2 bg-blue-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">0</span>
|
| 98 |
</a>
|
| 99 |
-
</div>
|
| 100 |
</div>
|
| 101 |
</div>
|
| 102 |
|
|
@@ -126,12 +134,8 @@
|
|
| 126 |
<!-- More navigation items would go here -->
|
| 127 |
<li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Wheels</a></li>
|
| 128 |
<li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Suspension</a></li>
|
| 129 |
-
<li>
|
| 130 |
-
|
| 131 |
-
</li>
|
| 132 |
-
<li>
|
| 133 |
-
<a href="/blog.html" class="text-gray-800 hover:text-blue-600 font-medium py-2">Blog</a>
|
| 134 |
-
</li>
|
| 135 |
</ul>
|
| 136 |
</nav>
|
| 137 |
</div>
|
|
@@ -159,12 +163,12 @@
|
|
| 159 |
<nav>
|
| 160 |
<ul>
|
| 161 |
<li class="border-b">
|
| 162 |
-
<a href="
|
| 163 |
</li>
|
| 164 |
-
<li class="border-b">
|
| 165 |
<a href="#" class="block px-4 py-3 text-gray-800 hover:bg-gray-100 flex justify-between items-center">
|
| 166 |
T4 <i class="fas fa-chevron-down"></i>
|
| 167 |
-
</a>
|
| 168 |
<ul class="hidden bg-gray-50">
|
| 169 |
<li><a href="#" class="block px-6 py-2 text-gray-700 hover:bg-gray-100">T4 Central Locking</a></li>
|
| 170 |
<li><a href="#" class="block px-6 py-2 text-gray-700 hover:bg-gray-100">T4 Lighting</a></li>
|
|
@@ -182,8 +186,8 @@
|
|
| 182 |
<div class="text-white max-w-lg">
|
| 183 |
<h1 class="text-3xl md:text-5xl font-bold mb-4">Premium VW Transporter Parts</h1>
|
| 184 |
<p class="text-lg mb-6">Upgrade your VW with our high-quality parts and accessories</p>
|
| 185 |
-
<a href="
|
| 186 |
-
</div>
|
| 187 |
</div>
|
| 188 |
</div>
|
| 189 |
|
|
@@ -230,8 +234,8 @@
|
|
| 230 |
<div class="container mx-auto px-4">
|
| 231 |
<div class="flex justify-between items-center mb-8">
|
| 232 |
<h2 class="text-2xl font-bold">Featured Products</h2>
|
| 233 |
-
<a href="
|
| 234 |
-
</div>
|
| 235 |
|
| 236 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 237 |
<!-- Product 1 -->
|
|
@@ -313,23 +317,23 @@
|
|
| 313 |
<div class="container mx-auto px-4">
|
| 314 |
<h2 class="text-2xl font-bold text-center mb-8">Shop By Vehicle</h2>
|
| 315 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6">
|
| 316 |
-
<a href="
|
| 317 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-1.jpg?v=95091023929989602401707747436"
|
| 318 |
alt="T5 (03-09)" class="w-full h-32 object-cover rounded-md mb-2">
|
| 319 |
<span class="font-medium text-gray-800 group-hover:text-blue-600">T5 (03-09)</span>
|
| 320 |
</a>
|
| 321 |
-
<a href="
|
| 322 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-2.jpg?v=154852507155710561111707901670"
|
| 323 |
alt="T5.1 (10-15)" class="w-full h-32 object-cover rounded-md mb-2">
|
| 324 |
<span class="font-medium text-gray-800 group-hover:text-blue-600">T5.1 (10-15)</span>
|
| 325 |
</a>
|
| 326 |
<!-- More vehicle types would go here -->
|
| 327 |
-
<a href="
|
| 328 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-5.jpg?v=9591471235125164721669207055"
|
| 329 |
alt="Caddy Mk3" class="w-full h-32 object-cover rounded-md mb-2">
|
| 330 |
<span class="font-medium text-gray-800 group-hover:text-blue-600">Caddy Mk3</span>
|
| 331 |
</a>
|
| 332 |
-
</div>
|
| 333 |
</div>
|
| 334 |
</div>
|
| 335 |
|
|
@@ -339,9 +343,9 @@
|
|
| 339 |
<h2 class="text-2xl font-bold mb-4">Need Help Choosing Parts?</h2>
|
| 340 |
<p class="mb-6 max-w-2xl mx-auto">Our team of VW experts are here to help you find the perfect parts for your vehicle.</p>
|
| 341 |
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 342 |
-
<a href="
|
| 343 |
-
<a href="
|
| 344 |
-
</div>
|
| 345 |
</div>
|
| 346 |
</div>
|
| 347 |
|
|
@@ -389,36 +393,35 @@
|
|
| 389 |
<div>
|
| 390 |
<h3 class="font-bold text-lg mb-4">Information</h3>
|
| 391 |
<ul class="space-y-2">
|
| 392 |
-
<li><a href="
|
| 393 |
-
<li><a href="
|
| 394 |
-
<li><a href="
|
| 395 |
-
<li><a href="
|
| 396 |
-
</ul>
|
| 397 |
</div>
|
| 398 |
|
| 399 |
<!-- Customer Service -->
|
| 400 |
<div>
|
| 401 |
<h3 class="font-bold text-lg mb-4">Customer Service</h3>
|
| 402 |
<ul class="space-y-2">
|
| 403 |
-
<li><a href="
|
| 404 |
-
<li><a href="
|
| 405 |
-
<li><a href="
|
| 406 |
-
<li><a href="
|
| 407 |
-
</ul>
|
| 408 |
</div>
|
| 409 |
-
|
| 410 |
<!-- Categories -->
|
| 411 |
<div>
|
| 412 |
<h3 class="font-bold text-lg mb-4">Categories</h3>
|
| 413 |
<ul class="space-y-2">
|
| 414 |
-
<li><a href="
|
| 415 |
-
<li><a href="
|
| 416 |
-
<li><a href="
|
| 417 |
-
<li><a href="
|
| 418 |
-
</
|
|
|
|
| 419 |
</div>
|
| 420 |
-
|
| 421 |
-
<!-- Newsletter -->
|
| 422 |
<div>
|
| 423 |
<h3 class="font-bold text-lg mb-4">Newsletter</h3>
|
| 424 |
<p class="text-gray-400 mb-4">Subscribe for updates and special offers</p>
|
|
@@ -440,14 +443,12 @@
|
|
| 440 |
<div class="flex flex-wrap justify-center gap-4 mb-6">
|
| 441 |
<img src="https://cdn.shopify.com/s/files/1/1774/9481/t/2/assets/footer_cards.png?97" alt="Payment Methods" class="h-8">
|
| 442 |
</div>
|
| 443 |
-
|
| 444 |
<!-- Copyright -->
|
| 445 |
<div class="border-t border-gray-800 pt-6 text-center text-gray-400">
|
| 446 |
-
<p>©
|
| 447 |
</div>
|
| 448 |
-
|
| 449 |
</footer>
|
| 450 |
-
|
| 451 |
<script>
|
| 452 |
// Mobile menu toggle
|
| 453 |
document.getElementById('mobile-menu-button').addEventListener('click', function() {
|
|
@@ -464,6 +465,10 @@
|
|
| 464 |
});
|
| 465 |
}
|
| 466 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
| 467 |
</script>
|
| 468 |
<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=flen-crypto/tl2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 469 |
</html>
|
|
|
|
| 33 |
<p>🚚 Free UK delivery on orders over £150 | ⏰ Same day dispatch before 3pm</p>
|
| 34 |
</div>
|
| 35 |
|
| 36 |
+
<!-- Trustpilot Widget -->
|
| 37 |
+
<div class="bg-blue-600 text-white py-2">
|
| 38 |
+
<div class="container mx-auto px-4">
|
| 39 |
+
<div class="flex items-center justify-center space-x-4">
|
| 40 |
+
<span class="font-medium">TrustScore 4.8 | 2,354 reviews</span>
|
| 41 |
+
</div>
|
| 42 |
+
</div>
|
| 43 |
+
</div>
|
| 44 |
+
<!-- Header -->
|
| 45 |
<header class="bg-white shadow-sm sticky top-0 z-50">
|
| 46 |
<div class="container mx-auto px-4">
|
| 47 |
<!-- Top Header -->
|
| 48 |
<div class="flex items-center justify-between py-3 border-b">
|
| 49 |
<div class="flex items-center space-x-4">
|
| 50 |
+
<a href="#" class="text-gray-700 hover:text-blue-600">
|
| 51 |
+
<i class="fas fa-phone-alt"></i> 01234 567890
|
| 52 |
+
</a>
|
| 53 |
+
<a href="#" class="text-gray-700 hover:text-blue-600">
|
| 54 |
<i class="fas fa-envelope"></i> info@travelinlite.com
|
| 55 |
+
</a>
|
| 56 |
</div>
|
| 57 |
<div class="flex items-center space-x-4">
|
| 58 |
+
<a href="#" class="text-gray-700 hover:text-blue-600">Account</a>
|
| 59 |
+
<a href="#" class="text-gray-700 hover:text-blue-600">Wishlist</a>
|
| 60 |
+
<div class="relative">
|
| 61 |
+
<a href="#" class="text-gray-700 hover:text-blue-600 flex items-center">
|
| 62 |
<i class="fas fa-shopping-cart"></i>
|
| 63 |
<span class="ml-1">Cart (0)</span>
|
| 64 |
</a>
|
| 65 |
+
</div>
|
| 66 |
</div>
|
| 67 |
</div>
|
| 68 |
|
|
|
|
| 89 |
|
| 90 |
<!-- Paypal & Icons -->
|
| 91 |
<div class="w-1/4 flex justify-end items-center space-x-4">
|
| 92 |
+
<a href="#" class="hidden md:block">
|
| 93 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/small-paypal.jpg?v=131092240753959694361608026327"
|
| 94 |
alt="PayPal Credit" class="h-8">
|
| 95 |
</a>
|
| 96 |
+
<div class="flex space-x-4">
|
| 97 |
+
<a href="#" class="text-gray-700 hover:text-blue-600 text-xl">
|
| 98 |
<i class="far fa-user"></i>
|
| 99 |
</a>
|
| 100 |
+
<a href="#" class="text-gray-700 hover:text-blue-600 text-xl">
|
| 101 |
<i class="far fa-heart"></i>
|
| 102 |
</a>
|
| 103 |
+
<a href="#" class="text-gray-700 hover:text-blue-600 text-xl relative">
|
| 104 |
<i class="fas fa-shopping-cart"></i>
|
| 105 |
<span class="absolute -top-2 -right-2 bg-blue-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">0</span>
|
| 106 |
</a>
|
| 107 |
+
</div>
|
| 108 |
</div>
|
| 109 |
</div>
|
| 110 |
|
|
|
|
| 134 |
<!-- More navigation items would go here -->
|
| 135 |
<li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Wheels</a></li>
|
| 136 |
<li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Suspension</a></li>
|
| 137 |
+
<li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Clearance</a></li>
|
| 138 |
+
<li><a href="#" class="text-gray-800 hover:text-blue-600 font-medium py-2">Blog</a></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
</ul>
|
| 140 |
</nav>
|
| 141 |
</div>
|
|
|
|
| 163 |
<nav>
|
| 164 |
<ul>
|
| 165 |
<li class="border-b">
|
| 166 |
+
<a href="#" class="block px-4 py-3 text-gray-800 hover:bg-gray-100">Home</a>
|
| 167 |
</li>
|
| 168 |
+
<li class="border-b">
|
| 169 |
<a href="#" class="block px-4 py-3 text-gray-800 hover:bg-gray-100 flex justify-between items-center">
|
| 170 |
T4 <i class="fas fa-chevron-down"></i>
|
| 171 |
+
</a>
|
| 172 |
<ul class="hidden bg-gray-50">
|
| 173 |
<li><a href="#" class="block px-6 py-2 text-gray-700 hover:bg-gray-100">T4 Central Locking</a></li>
|
| 174 |
<li><a href="#" class="block px-6 py-2 text-gray-700 hover:bg-gray-100">T4 Lighting</a></li>
|
|
|
|
| 186 |
<div class="text-white max-w-lg">
|
| 187 |
<h1 class="text-3xl md:text-5xl font-bold mb-4">Premium VW Transporter Parts</h1>
|
| 188 |
<p class="text-lg mb-6">Upgrade your VW with our high-quality parts and accessories</p>
|
| 189 |
+
<a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium inline-block">Shop Now</a>
|
| 190 |
+
</div>
|
| 191 |
</div>
|
| 192 |
</div>
|
| 193 |
|
|
|
|
| 234 |
<div class="container mx-auto px-4">
|
| 235 |
<div class="flex justify-between items-center mb-8">
|
| 236 |
<h2 class="text-2xl font-bold">Featured Products</h2>
|
| 237 |
+
<a href="#" class="text-blue-600 hover:underline">View All</a>
|
| 238 |
+
</div>
|
| 239 |
|
| 240 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 241 |
<!-- Product 1 -->
|
|
|
|
| 317 |
<div class="container mx-auto px-4">
|
| 318 |
<h2 class="text-2xl font-bold text-center mb-8">Shop By Vehicle</h2>
|
| 319 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6">
|
| 320 |
+
<a href="#" class="block text-center group">
|
| 321 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-1.jpg?v=95091023929989602401707747436"
|
| 322 |
alt="T5 (03-09)" class="w-full h-32 object-cover rounded-md mb-2">
|
| 323 |
<span class="font-medium text-gray-800 group-hover:text-blue-600">T5 (03-09)</span>
|
| 324 |
</a>
|
| 325 |
+
<a href="#" class="block text-center group">
|
| 326 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-2.jpg?v=154852507155710561111707901670"
|
| 327 |
alt="T5.1 (10-15)" class="w-full h-32 object-cover rounded-md mb-2">
|
| 328 |
<span class="font-medium text-gray-800 group-hover:text-blue-600">T5.1 (10-15)</span>
|
| 329 |
</a>
|
| 330 |
<!-- More vehicle types would go here -->
|
| 331 |
+
<a href="#" class="block text-center group">
|
| 332 |
<img src="https://travelinlite-transporters.co.uk/cdn/shop/t/4/assets/catbox-image-5.jpg?v=9591471235125164721669207055"
|
| 333 |
alt="Caddy Mk3" class="w-full h-32 object-cover rounded-md mb-2">
|
| 334 |
<span class="font-medium text-gray-800 group-hover:text-blue-600">Caddy Mk3</span>
|
| 335 |
</a>
|
| 336 |
+
</div>
|
| 337 |
</div>
|
| 338 |
</div>
|
| 339 |
|
|
|
|
| 343 |
<h2 class="text-2xl font-bold mb-4">Need Help Choosing Parts?</h2>
|
| 344 |
<p class="mb-6 max-w-2xl mx-auto">Our team of VW experts are here to help you find the perfect parts for your vehicle.</p>
|
| 345 |
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 346 |
+
<a href="#" class="bg-white text-blue-800 hover:bg-gray-100 px-6 py-3 rounded-md font-medium inline-block">Contact Us</a>
|
| 347 |
+
<a href="#" class="border border-white hover:bg-blue-700 px-6 py-3 rounded-md font-medium inline-block">Live Chat</a>
|
| 348 |
+
</div>
|
| 349 |
</div>
|
| 350 |
</div>
|
| 351 |
|
|
|
|
| 393 |
<div>
|
| 394 |
<h3 class="font-bold text-lg mb-4">Information</h3>
|
| 395 |
<ul class="space-y-2">
|
| 396 |
+
<li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
|
| 397 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
|
| 398 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Returns Policy</a></li>
|
| 399 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
|
| 400 |
+
</ul>
|
| 401 |
</div>
|
| 402 |
|
| 403 |
<!-- Customer Service -->
|
| 404 |
<div>
|
| 405 |
<h3 class="font-bold text-lg mb-4">Customer Service</h3>
|
| 406 |
<ul class="space-y-2">
|
| 407 |
+
<li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
|
| 408 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Shipping Info</a></li>
|
| 409 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Track Order</a></li>
|
| 410 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Size Guide</a></li>
|
| 411 |
+
</ul>
|
| 412 |
</div>
|
|
|
|
| 413 |
<!-- Categories -->
|
| 414 |
<div>
|
| 415 |
<h3 class="font-bold text-lg mb-4">Categories</h3>
|
| 416 |
<ul class="space-y-2">
|
| 417 |
+
<li><a href="#" class="text-gray-400 hover:text-white">T4 Transporter</a></li>
|
| 418 |
+
<li><a href="#" class="text-gray-400 hover:text-white">T5 Transporter</a></li>
|
| 419 |
+
<li><a href="#" class="text-gray-400 hover:text-white">T6 Transporter</a></li>
|
| 420 |
+
<li><a href="#" class="text-gray-400 hover:text-white">T6.1 Transporter</a></li>
|
| 421 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Wheel Packages</a></li>
|
| 422 |
+
</ul>
|
| 423 |
</div>
|
| 424 |
+
<!-- Newsletter -->
|
|
|
|
| 425 |
<div>
|
| 426 |
<h3 class="font-bold text-lg mb-4">Newsletter</h3>
|
| 427 |
<p class="text-gray-400 mb-4">Subscribe for updates and special offers</p>
|
|
|
|
| 443 |
<div class="flex flex-wrap justify-center gap-4 mb-6">
|
| 444 |
<img src="https://cdn.shopify.com/s/files/1/1774/9481/t/2/assets/footer_cards.png?97" alt="Payment Methods" class="h-8">
|
| 445 |
</div>
|
|
|
|
| 446 |
<!-- Copyright -->
|
| 447 |
<div class="border-t border-gray-800 pt-6 text-center text-gray-400">
|
| 448 |
+
<p>© 2024 Travelin-Lite LTD. All rights reserved. Registered in England No. 12345678</p>
|
| 449 |
</div>
|
| 450 |
+
</div>
|
| 451 |
</footer>
|
|
|
|
| 452 |
<script>
|
| 453 |
// Mobile menu toggle
|
| 454 |
document.getElementById('mobile-menu-button').addEventListener('click', function() {
|
|
|
|
| 465 |
});
|
| 466 |
}
|
| 467 |
});
|
| 468 |
+
|
| 469 |
+
// Trustpilot widget initialization
|
| 470 |
+
window.Trustpilot = window.Trustpilot || [];
|
| 471 |
+
Trustpilot.push(['loadTrustBoxFromElement', document.getElementById('trustpilot-widget')]);
|
| 472 |
</script>
|
| 473 |
<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=flen-crypto/tl2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 474 |
</html>
|