
        <!DOCTYPE html>
        <html>
        <head>
            <meta charset="utf-8">
            <title>Site Under Development</title>
            <style>
                body { text-align: center; padding: 150px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #f7f9fa; color: #333; }
                h1 { font-size: 50px; color: #2c3e50; }
                p { font-size: 20px; color: #7f8c8d; }
                .container { max-width: 600px; margin: 0 auto; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>Under Development</h1>
                <p>We are currently working on something awesome. Please check back later!</p>
            </div>
        </body>
        </html>
        