<!doctype html>
<meta charset="utf-8"/>
<title>Account Suspended</title>
<style>
  body { text-align: center; padding: 150px; }
  h1 { font-size: 50px; }
  body { font: 20px Helvetica, sans-serif; color: #333; }
  article { display: block; text-align: left; width: 650px; margin: 0 auto; }
  a { color: #dc8100; text-decoration: none; }
  a:hover { color: #333; text-decoration: none; }
</style>
<link rel="shortcut icon" href="https://www.thiswebhost.com/favicon.png" />

<article>
    <img src="https://www.thiswebhost.com/clients/assets/img/logo.png" />
    <h1>Suspended</h1>
    <div>
        <p>Unfortunately, the website/account you are trying to access has been suspended. If you are the account owner, please review the e-mail(s) we have sent you regarding this, so that you can get back online as quickly as possible.</p>
        <p>&mdash; The <a href="https://www.thiswebhost.com" target="_BLANK">ThisWebHost</a> Team</p>
    </div>
</article>
