<!DOCTYPE html>

<html>

<head>

    <title>Coming Soon</title>

    <style>

        body { font-family: sans-serif; text-align: center; padding: 100px; background: #f4f4f4; }

        h1 { color: #333; }

    </style>

</head>

<body>

    <h1>Our website is coming soon!</h1>

    <p>Stay tuned for updates.</p>

</body>

</html>