<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>F1 LADS - Coming Soon</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="container">
        <div class="content">
            <!-- This line pulls in your logo image -->
            <img src="logo.png" alt="F1 LADS Logo" class="logo">
            
            <h1>Lights Out Soon</h1>
            <p>We are currently in the pit lane getting ready for launch. Stay tuned for the green light.</p>
            <a href="mailto:your-email@example.com" class="btn">Contact Us</a>
        </div>
    </div>
</body>
</html>