
    <!DOCTYPE html>
    <html>
    <head>
        <title>Coming Soon</title>
        <style>
            body { font-family: sans-serif; text-align: center; padding: 100px; background: #0f172a; color: #fff; }
            h1 { color: #38bdf8; }
        </style>
    </head>
    <body>
        <h1>Welcome to My Website</h1>
        <p>Our landing page is currently under construction. Check back soon!</p>
    </body>
    </html>
    