<?php
global $config;
$config['whmcs_link'] = 'http://manage.haphost.com';>
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Haphost</title>
    
    <link rel="icon" href="https://www.haphost.com/images/favicon.png" type="image/png">

    <link rel="stylesheet" type="text/css" href="https://www.haphost.com/css/font-awesome.min.css">
    <link rel="stylesheet" type="text/css" href="https://www.haphost.com/css/style.css">
    <link rel="stylesheet" type="text/css" href="https://www.haphost.com/css/jquery.magnific-popup.min.css">

    <script src="https://use.typekit.net/nkd4ccs.js"></script>
    <script>try{Typekit.load({ async: false });}catch(e){}</script>
    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
    <script src="https://www.haphost.com/js/custom.js"></script>
    <script src="https://www.haphost.com/js/jquery.magnific-popup.min.js"></script>
</head>
<body>
  <header>
    <div class="main-width">
        <div id="logo">
            <a href="https://www.haphost.com">
                <img src="https://www.haphost.com/images/haphost.png">
            </a>
        </div>
        <div class="clear"></div>
    </div>
  </header>

    <section class="suspended-top suspended-top-wh">
        <div class="main-width">
            <div class="whiteblock">
                <div class="ib-ico"><img src="https://www.haphost.com/images/suspended.png"></div>
                <div class="fs38 f-800 p-t-15">This Account has been suspended.</div>
                <div class="fs28 p-t-25">Contact <a href="mailto:support@haphost.com?Subject=Account%20suspended" target="_top">support@haphost.com</a> for more information.</div>
                </div>
            </div>
        </div>
    </section>
    <footer class="suspended-footer">
      <div class="main-width">
          <div class="coll-1of4-suspended info">
              © 2017 Haphost. All rights reserved.
          </div>
      </div>
  </footer>
</body>
</html>
