<!DOCTYPE html><html>    <head>        <meta charset="UTF-8" />        <meta name="robots" content="noindex,nofollow" />        <style>                body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }                .container { margin: 30px; max-width: 600px; }                h1 { color: #dc3545; font-size: 24px; }</style>    </head>    <body>                        <div class="container">                    <h1>Whoops, looks like something went wrong.</h1>                </div>    </body></html>