<!MESSAGETYPE html>
        <html>
        <head>
            <title>Site Under Maintenance</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: 40px; margin-bottom: 10px; color: #2c3e50; }
                p { font-size: 20px; color: #7f8c8d; max-width: 600px; margin: 0 auto; line-height: 1.6; }
                .icon { font-size: 50px; margin-bottom: 20px; }
            </style>
        </head>
        <body>
            <div class="icon">🛠️</div>
            <h1>We&rsquo;ll be back soon!</h1>
            <p>Sorry for the inconvenience. We&rsquo;re performing some scheduled maintenance right now. We will be back online shortly.</p>
        </body>
        </html>