<html lang="en" dir="ltr">
<body>
        <title>Website suspended</title>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">      
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
            body {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                vertical-align: middle;
                align-items: center;
                font-size: 14px;
                justify-content: center;
                background: #fff;
                color: #444;
                font-family: 'Open Sans';
                font-weight: 400;
            }
            .logo,
            .logo img {
                display: block;
            }
            .redbox,
            p {
                font-weight: 600;
            }
            .container {
                width: 512px;
            }
            p {
                padding: 0;
                margin: 6px 0;
            }
            .redbox {
                color: #d24141;
                padding: 10px;
                border: 1px solid rgba(206, 91, 91, 0.5);
                border-radius: 3px;
                text-align: center;
            }
            .logo img {
                width: 320px;
                margin: 0 auto;
            }
            a {
                color: #343434;
                font-weight: 400;
                text-decoration: none;
            }
            li {
                list-style: none;
                border-top: 1px solid #dedede;
                padding: 12px;
            }
            span {
                font-weight: 600;
            }
            @media (max-width: 479px) {
                .container {
                    width: 95%;
                }
            }
            @media (max-width: 599px) {
                .container {
                    width: 95%;
                }
            }
            .m-30 {
                margin: 30px;
            }
            .m-b-40 {
                margin-bottom: 40px;
            }
            .m-t-30 {
                margin-top: 30px;
            }
            .b-t-0 {
                border-top: 0 !important;
            }
            .steps {
                border: 1px solid #dedede;
                border-radius: 3px;
                padding: 8px;
            }
            @media screen and (max-width: 767px) {
                .logo img {
                    width: 256px;
                }
                body {
                    justify-content: inherit;
                    font-size: 13px;
                }
            }
        </style>  
        <div class="container m-t-30">
             <a href="https://shockhosting.net" class="logo m-b-40"> <img src="//shockhosting.net/images/logo.svg" title="Shock Hosting"> </a>
            <div class="redbox">THIS WEBSITE IS SUSPENDED</div>
            <div class="steps m-t-30">
                <li class="b-t-0">
                    <p>ToS/AUP Violation</p>
                    If you're the site owner, it may have been suspended for violating our AUP. Please contact our support team for more details.
                </li>
                <li>
                    <p>Billing Problem</p>
                    A problem may have been detected on our billing system, this may include an unpaid invoice or a chargeback.
                </li>
                <li>
                    <p>Damage Prevention</p>
                    Malware or abuse may have been detected on your account, it may have been suspended to prevent any further damage.
                </li>
            </div>
            <div class="m-30"></div>
            <li class="b-t-0" style="text-align: center; font-weight: semibold;"><a href="https://shockhosting.net/portal/submitticket.php">Please open a support ticket to find out more about the suspension.</a></li>
        </div>
 </body
 </html>
