lp-teste-teste / index.html
robertosousa's picture
Add 3 files
01b0aad verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chronos Luxe | Timeless Elegance Redefined</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=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');
body {
font-family: 'Montserrat', sans-serif;
background-color: #f9f7f4;
color: #333;
}
.hero {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1523170335258-f5ed118494a8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1480&q=80');
background-size: cover;
background-position: center;
min-height: 90vh;
}
.h-font {
font-family: 'Playfair Display', serif;
}
.watch-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.watch-card {
transition: all 0.3s ease;
}
.countdown-item {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
}
.testimonial-card {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(5px);
}
.cta-section {
background: linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 100%);
}
.floating-label {
transform: translateY(-50%);
left: 15px;
transition: all 0.3s ease;
pointer-events: none;
}
input:focus + .floating-label,
input:not(:placeholder-shown) + .floating-label {
transform: translateY(-120%) scale(0.9);
background: white;
padding: 0 5px;
color: #555;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="bg-white shadow-md fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex-shrink-0 flex items-center">
<span class="h-font text-2xl font-bold text-gray-900">CHRONOS LUXE</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#collections" class="text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium">Collections</a>
<a href="#craftsmanship" class="text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium">Craftsmanship</a>
<a href="#testimonials" class="text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium">Testimonials</a>
<a href="#contact" class="text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium">Contact</a>
</div>
</div>
<div class="hidden md:block">
<button class="bg-black text-white px-6 py-2 rounded-full text-sm font-medium hover:bg-gray-800 transition duration-300">
Book Appointment
</button>
</div>
<div class="md:hidden">
<button id="menu-toggle" class="text-gray-700">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="md:hidden hidden bg-white shadow-lg">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#collections" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-gray-900">Collections</a>
<a href="#craftsmanship" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-gray-900">Craftsmanship</a>
<a href="#testimonials" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-gray-900">Testimonials</a>
<a href="#contact" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-gray-900">Contact</a>
<button class="w-full bg-black text-white px-6 py-2 rounded-full text-sm font-medium hover:bg-gray-800 transition duration-300 mt-2">
Book Appointment
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero flex items-center justify-center text-center text-white pt-20">
<div class="max-w-4xl px-6 py-16 sm:py-24 lg:py-32">
<h1 class="h-font text-4xl md:text-6xl font-bold mb-6">Timeless Elegance Redefined</h1>
<p class="text-lg md:text-xl mb-10">Experience the pinnacle of Swiss watchmaking with our exclusive collection of handcrafted luxury timepieces.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-white text-black px-8 py-3 rounded-full font-medium hover:bg-gray-100 transition duration-300">
Explore Collections
</button>
<button class="border-2 border-white text-white px-8 py-3 rounded-full font-medium hover:bg-white hover:text-black transition duration-300">
Book Private Viewing
</button>
</div>
<div class="mt-16 bg-black bg-opacity-40 p-6 rounded-lg inline-block">
<p class="text-sm uppercase tracking-wider mb-2">Limited Time Offer</p>
<div class="flex justify-center gap-4">
<div class="countdown-item rounded-full w-16 h-16 flex flex-col items-center justify-center">
<span id="days" class="text-2xl font-bold">00</span>
<span class="text-xs">Days</span>
</div>
<div class="countdown-item rounded-full w-16 h-16 flex flex-col items-center justify-center">
<span id="hours" class="text-2xl font-bold">00</span>
<span class="text-xs">Hours</span>
</div>
<div class="countdown-item rounded-full w-16 h-16 flex flex-col items-center justify-center">
<span id="minutes" class="text-2xl font-bold">00</span>
<span class="text-xs">Minutes</span>
</div>
<div class="countdown-item rounded-full w-16 h-16 flex flex-col items-center justify-center">
<span id="seconds" class="text-2xl font-bold">00</span>
<span class="text-xs">Seconds</span>
</div>
</div>
<p class="mt-4 text-sm">Complimentary engraving on all purchases</p>
</div>
</div>
</section>
<!-- Featured Collections -->
<section id="collections" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="h-font text-3xl md:text-4xl font-bold mb-4">Our Signature Collections</h2>
<p class="max-w-2xl mx-auto text-gray-600">Each timepiece is a masterpiece of precision engineering and artistic design</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Collection 1 -->
<div class="watch-card bg-gray-50 rounded-lg overflow-hidden shadow-lg">
<div class="relative overflow-hidden h-80">
<img src="https://images.unsplash.com/photo-1524592094714-0f0654e20314?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80"
alt="Heritage Collection" class="w-full h-full object-cover transition duration-500 hover:scale-105">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
<div class="absolute bottom-0 left-0 p-6 text-white">
<h3 class="h-font text-2xl font-bold mb-2">Heritage Collection</h3>
<p class="text-sm opacity-90">Starting from $8,500</p>
</div>
</div>
<div class="p-6">
<p class="text-gray-600 mb-4">Classic designs with modern precision, paying homage to traditional watchmaking.</p>
<button class="w-full border border-black text-black py-2 rounded-full hover:bg-black hover:text-white transition duration-300">
View Collection
</button>
</div>
</div>
<!-- Collection 2 -->
<div class="watch-card bg-gray-50 rounded-lg overflow-hidden shadow-lg">
<div class="relative overflow-hidden h-80">
<img src="https://images.unsplash.com/photo-1542496658-e33a6d0d50b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Modernist Collection" class="w-full h-full object-cover transition duration-500 hover:scale-105">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
<div class="absolute bottom-0 left-0 p-6 text-white">
<h3 class="h-font text-2xl font-bold mb-2">Modernist Collection</h3>
<p class="text-sm opacity-90">Starting from $12,000</p>
</div>
</div>
<div class="p-6">
<p class="text-gray-600 mb-4">Avant-garde designs with innovative materials and cutting-edge technology.</p>
<button class="w-full border border-black text-black py-2 rounded-full hover:bg-black hover:text-white transition duration-300">
View Collection
</button>
</div>
</div>
<!-- Collection 3 -->
<div class="watch-card bg-gray-50 rounded-lg overflow-hidden shadow-lg">
<div class="relative overflow-hidden h-80">
<img src="https://images.unsplash.com/photo-1611591437281-460914d8b624?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Limited Editions" class="w-full h-full object-cover transition duration-500 hover:scale-105">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
<div class="absolute bottom-0 left-0 p-6 text-white">
<h3 class="h-font text-2xl font-bold mb-2">Limited Editions</h3>
<p class="text-sm opacity-90">Starting from $25,000</p>
</div>
</div>
<div class="p-6">
<p class="text-gray-600 mb-4">Exclusive numbered pieces with rare materials and exceptional complications.</p>
<button class="w-full border border-black text-black py-2 rounded-full hover:bg-black hover:text-white transition duration-300">
View Collection
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Craftsmanship Section -->
<section id="craftsmanship" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2">
<img src="https://images.unsplash.com/photo-1524805444758-089113d48a6d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1376&q=80"
alt="Watch Craftsmanship" class="rounded-lg shadow-xl w-full">
</div>
<div class="lg:w-1/2">
<h2 class="h-font text-3xl md:text-4xl font-bold mb-6">Uncompromising Craftsmanship</h2>
<p class="text-gray-600 mb-8">Each Chronos Luxe timepiece is the result of hundreds of hours of meticulous handcrafting by our master watchmakers in Switzerland.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 bg-black rounded-full p-3 text-white mr-4">
<i class="fas fa-gem"></i>
</div>
<div>
<h3 class="h-font text-xl font-semibold mb-2">Premium Materials</h3>
<p class="text-gray-600">We use only the finest 18k gold, platinum, and ethically sourced diamonds in our creations.</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-black rounded-full p-3 text-white mr-4">
<i class="fas fa-cogs"></i>
</div>
<div>
<h3 class="h-font text-xl font-semibold mb-2">Swiss Movement</h3>
<p class="text-gray-600">Precision-engineered mechanical movements with up to 5 days power reserve.</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-black rounded-full p-3 text-white mr-4">
<i class="fas fa-certificate"></i>
</div>
<div>
<h3 class="h-font text-xl font-semibold mb-2">5-Year Warranty</h3>
<p class="text-gray-600">Every watch comes with our comprehensive warranty and lifetime servicing.</p>
</div>
</div>
</div>
<button class="mt-8 bg-black text-white px-8 py-3 rounded-full font-medium hover:bg-gray-800 transition duration-300">
Discover Our Process
</button>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="h-font text-3xl md:text-4xl font-bold mb-4">Client Testimonials</h2>
<p class="max-w-2xl mx-auto text-gray-600">Hear from our distinguished clients about their Chronos Luxe experience</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card p-8 rounded-lg shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="James Wilson" class="w-full h-full object-cover">
</div>
<div>
<h4 class="h-font font-semibold">James Wilson</h4>
<p class="text-gray-500 text-sm">CEO, Wilson Holdings</p>
</div>
</div>
<p class="text-gray-600 mb-4">"The attention to detail in my Chronos Luxe timepiece is unparalleled. It's not just a watch, it's a legacy piece I'll pass down to my son."</p>
<div class="flex text-yellow-400">
<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>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card p-8 rounded-lg shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah Chen" class="w-full h-full object-cover">
</div>
<div>
<h4 class="h-font font-semibold">Sarah Chen</h4>
<p class="text-gray-500 text-sm">Fashion Designer</p>
</div>
</div>
<p class="text-gray-600 mb-4">"I own watches from all the major brands, but my Chronos Luxe gets the most compliments. The craftsmanship is simply breathtaking."</p>
<div class="flex text-yellow-400">
<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>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card p-8 rounded-lg shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Michael Rodriguez" class="w-full h-full object-cover">
</div>
<div>
<h4 class="h-font font-semibold">Michael Rodriguez</h4>
<p class="text-gray-500 text-sm">Professional Athlete</p>
</div>
</div>
<p class="text-gray-600 mb-4">"The personalized service I received when selecting my watch was exceptional. They took the time to understand exactly what I wanted."</p>
<div class="flex text-yellow-400">
<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>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section py-20 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="h-font text-3xl md:text-4xl font-bold mb-4">Experience Chronos Luxe</h2>
<p class="max-w-2xl mx-auto opacity-80">Schedule a private viewing at our boutique or with one of our personal advisors</p>
</div>
<div class="max-w-3xl mx-auto bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-xl p-8 shadow-2xl">
<form id="contact-form" class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="relative">
<input type="text" id="name" placeholder=" " class="w-full bg-white bg-opacity-20 border-b border-white border-opacity-50 py-2 px-4 text-white focus:outline-none focus:border-opacity-100">
<label for="name" class="floating-label text-white text-opacity-80">Full Name</label>
</div>
<div class="relative">
<input type="email" id="email" placeholder=" " class="w-full bg-white bg-opacity-20 border-b border-white border-opacity-50 py-2 px-4 text-white focus:outline-none focus:border-opacity-100">
<label for="email" class="floating-label text-white text-opacity-80">Email Address</label>
</div>
<div class="relative">
<input type="tel" id="phone" placeholder=" " class="w-full bg-white bg-opacity-20 border-b border-white border-opacity-50 py-2 px-4 text-white focus:outline-none focus:border-opacity-100">
<label for="phone" class="floating-label text-white text-opacity-80">Phone Number</label>
</div>
<div class="relative">
<select id="interest" class="w-full bg-white bg-opacity-20 border-b border-white border-opacity-50 py-2 px-4 text-white focus:outline-none focus:border-opacity-100 appearance-none">
<option value="" selected disabled> </option>
<option value="heritage">Heritage Collection</option>
<option value="modernist">Modernist Collection</option>
<option value="limited">Limited Editions</option>
<option value="custom">Custom Commission</option>
</select>
<label for="interest" class="floating-label text-white text-opacity-80">Collection Interest</label>
<div class="absolute right-0 bottom-2 pointer-events-none">
<i class="fas fa-chevron-down text-white"></i>
</div>
</div>
<div class="md:col-span-2 relative">
<textarea id="message" placeholder=" " rows="3" class="w-full bg-white bg-opacity-20 border-b border-white border-opacity-50 py-2 px-4 text-white focus:outline-none focus:border-opacity-100"></textarea>
<label for="message" class="floating-label text-white text-opacity-80">Additional Notes</label>
</div>
<div class="md:col-span-2 flex items-center">
<input type="checkbox" id="consent" class="mr-2">
<label for="consent" class="text-sm opacity-80">I agree to receive communications from Chronos Luxe</label>
</div>
<div class="md:col-span-2 text-center">
<button type="submit" class="bg-white text-black px-10 py-3 rounded-full font-medium hover:bg-opacity-90 transition duration-300">
Request Appointment
</button>
</div>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer id="contact" class="bg-black text-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12">
<div>
<h3 class="h-font text-xl font-bold mb-6">CHRONOS LUXE</h3>
<p class="text-gray-400 mb-4">Swiss precision meets timeless elegance in every Chronos Luxe timepiece.</p>
<div class="flex space-x-4">
<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-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-pinterest"></i></a>
</div>
</div>
<div>
<h4 class="h-font font-semibold mb-6">Collections</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white">Heritage</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Modernist</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Limited Editions</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Custom Commissions</a></li>
</ul>
</div>
<div>
<h4 class="h-font font-semibold mb-6">Company</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white">Our Story</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Craftsmanship</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Boutiques</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
</ul>
</div>
<div>
<h4 class="h-font font-semibold mb-6">Contact</h4>
<address class="not-italic text-gray-400">
<p class="mb-2">Chronos Luxe Boutique</p>
<p class="mb-2">750 Madison Avenue</p>
<p class="mb-2">New York, NY 10065</p>
<p class="mb-4">+1 212-555-0192</p>
<a href="mailto:info@chronosluxe.com" class="text-gray-400 hover:text-white">info@chronosluxe.com</a>
</address>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-500 text-sm mb-4 md:mb-0">© 2023 Chronos Luxe. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
<a href="#" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
<a href="#" class="text-gray-500 hover:text-white text-sm">Cookie Policy</a>
</div>
</div>
</div>
</footer>
<!-- Success Modal -->
<div id="success-modal" class="fixed inset-0 bg-black bg-opacity-70 flex items-center justify-center z-50 hidden">
<div class="bg-white rounded-lg p-8 max-w-md w-full mx-4 text-center">
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-6">
<i class="fas fa-check text-green-600 text-2xl"></i>
</div>
<h3 class="h-font text-2xl font-bold mb-4">Thank You!</h3>
<p class="text-gray-600 mb-6">Your appointment request has been received. One of our personal advisors will contact you within 24 hours.</p>
<button id="close-modal" class="bg-black text-white px-6 py-2 rounded-full text-sm font-medium hover:bg-gray-800 transition duration-300">
Close
</button>
</div>
</div>
<script>
// Mobile menu toggle
document.getElementById('menu-toggle').addEventListener('click', function() {
document.getElementById('mobile-menu').classList.toggle('hidden');
});
// Countdown timer
function updateCountdown() {
const now = new Date();
const endDate = new Date();
endDate.setDate(now.getDate() + 7); // 7 days from now
const diff = endDate - now;
const days = Math.floor(diff / (1000 * 60 * 60 * 24));
const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((diff % (1000 * 60)) / 1000);
document.getElementById('days').textContent = days.toString().padStart(2, '0');
document.getElementById('hours').textContent = hours.toString().padStart(2, '0');
document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');
document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0');
}
setInterval(updateCountdown, 1000);
updateCountdown();
// Form submission
document.getElementById('contact-form').addEventListener('submit', function(e) {
e.preventDefault();
// Here you would normally send the form data to your server
// For this demo, we'll just show the success modal
document.getElementById('success-modal').classList.remove('hidden');
});
// Close modal
document.getElementById('close-modal').addEventListener('click', function() {
document.getElementById('success-modal').classList.add('hidden');
});
// 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'
});
// Close mobile menu if open
if (!document.getElementById('mobile-menu').classList.contains('hidden')) {
document.getElementById('mobile-menu').classList.add('hidden');
}
});
});
</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=robertosousa/lp-teste-teste" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>