<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

    <title>Error — MODX Cloud</title>

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css"
        integrity="sha512-HqxHUkJM0SYcbvxUw5P60SzdOTy/QVwA1JJrvaXJv4q7lmbDZCmZaqz01UPOaQveoxfYRv1tHozWGPMcuTBuvQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>

<body>
    <section class="hero is-fullheight">
        <div class="hero-body has-text-centered">
            <div class="container">
                <h1 class="title">There is a Problem with this Site</h1>
                <h2 class="subtitle">One of the following has occurred:</h2>
                <ul>
                    <li>There is no site available at this URL</li>
                    <li>You tried to access a MODX Cloud site via IP, which does not work.</li>
                    <li>The DNS entry for &lt;cloudname&gt;.&lt;accountname&gt;.modxcloud.com is still propagating</li>
                    <li>The site has just been created and the web server is still loading the new configuration. This
                        usually takes a few moments but on occasion can take a few minutes or even more rarely up to 30
                        minutes.</li>
                </ul>
                <p>If you have any questions or suspect that there is a problem, please contact us at <a
                        href="mailto:support@modxcloud.com">support@modxcloud.com</a></p>
            </div>
        </div>
    </section>
</body>
<script type="text/javascript">
    // get domain name
    let domain = encodeURIComponent(window.location.hostname);

    var email = document.getElementById('email');
    email.href = 'mailto:support@modxcloud.com?subject=Problem%20with%20' + domain;
</script>

</html>