
    <!DOCTYPE html>
    <html>
    <head>
        <title>Site Under Maintenance</title>
        <style>
            body { text-align: center; padding: 150px; font-family: sans-serif; background: #f3f4f6; color: #333; }
            h1 { font-size: 50px; }
            p { font-size: 20px; }
        </style>
    </head>
    <body>
        <h1>We&rsquo;ll be back soon!</h1>
        <p>Our system is undergoing a quick update. We apologize for the inconvenience and will be back online in a few moments!</p>
    </body>
    </html>