        <!DOCTYPE html>
        <html lang="en-US" itemscope itemtype="https://schema.org/WebSite">
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width">
            <title>Maintenance</title>
            <style type="text/css">
                body { 
                    background: #f1f1f1; 
                    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
                    margin: 2em auto;
                    padding: 1em 2em;
                    max-width: 400px;
                }
                h1 { 
                    border-bottom: 1px solid #dadada;
                    clear: both;
                    color: #666;
                    font-size: 24px;
                    margin: 30px 0 0 0;
                    padding: 0 0 7px 0;
                }
                body { 
                    text-align: center;
                }
                #error-page {
                    margin-top: 50px;
                }
                #error-page p {
                    font-size: 14px;
                    line-height: 1.5;
                    margin: 25px 0 20px;
                }
            </style>
        </head>
        <body>
            <div id="error-page">
                <h1>Maintenance Mode</h1>
                <p>Site is temporarily unavailable for scheduled maintenance. Please check back in a minute.</p>
            </div>
        </body>
        </html>
        