<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Domain Suspended - Incomplete Whois Verification</title>
  <style>
    :root {
      --logo-blue: #2b79ff;
      --logo-green: #7ac141;
      --text-gray: #6b6b6b;
      --heading-gray: #9a9a9a;
      --title-dark: #252525;
      --link-blue: #1580ff;
      --warn-fill: #d14b3b;
      --warn-stroke: #c9483d;
    }

    html, body { height: 100%; }
    body {
      margin: 0;
      background: #ffffff;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      display: flex;
      justify-content: center;
      padding: 40px 20px 64px;
      color: #2b2b2b;
    }

    .wrap { width: 100%; max-width: 780px; }

    /* Logo */
    .logo { display: flex; align-items: center; gap: 10px; }
    .logo img { width: auto; display: block; }
    .logo-text { display: flex; flex-direction: column; }
    .logo-line { font-size: 28px; font-weight: 700; letter-spacing: -0.2px; }
    .logo-line .aplus { color: var(--logo-blue); }
    .logo-line .net { color: var(--logo-green); }
    .logo-sub { margin-top: -2px; font-size: 11px; color: #7f8a96; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }

    /* Warning symbol */
    .symbol { display: flex; justify-content: center; margin: 84px 0 24px; }
    .symbol svg { width: 128px; height: 112px; display: block; }

    /* Text blocks */
    .headline { margin: 0 auto 24px; text-align: center; color: var(--heading-gray); font-weight: 800; font-size: 36px; line-height: 1.25; max-width: 650px; }
    .copy { margin: 0 auto; text-align: center; color: var(--text-gray); font-size: 18px; line-height: 1.6; max-width: 620px; }
    .why { margin: 46px 0 10px; text-align: center; font-size: 20px; font-weight: 800; color: var(--title-dark); }
    .foot { margin: 0 auto; text-align: center; color: var(--text-gray); font-size: 18px; line-height: 1.6; max-width: 640px; }
    .foot a { color: var(--link-blue); text-decoration: none; }
    .foot a:hover { text-decoration: underline; }

    @media (max-width: 768px) {
      .headline { font-size: 30px; }
      .symbol svg { width: 112px; height: 98px; }
    }
  </style>
</head>
<body>
  <div class="wrap">
    <!-- Aplus logo replaced with provided raster file -->
    <div class="logo" aria-label="aplus.net — A DELUXE COMPANY">
      <img src="aplus_logo.png" alt="aplus.net logo">
    </div>

    <!-- Warning triangle (inline SVG to match image) -->
    <div class="symbol">
      <svg viewBox="0 0 100 88" role="img" aria-label="Warning triangle">
        <!-- Filled triangle -->
        <path d="M50 0 L100 88 L0 88 Z" fill="var(--warn-fill)"/>
        <!-- Thick darker border -->
        <path d="M50 4 L96 86 L4 86 Z" fill="none" stroke="var(--warn-stroke)" stroke-width="5"/>
        <!-- Exclamation -->
        <rect x="45" y="25" width="10" height="30" rx="5" fill="#ffffff"/>
        <circle cx="50" cy="68" r="6" fill="#ffffff"/>
      </svg>
    </div>

    <h1 class="headline">This domain is suspended due to incomplete Whois Verification</h1>
    <p class="copy">If you are the domain owner, please complete the verification in order to resolve the suspension. If you need a fresh copy of the verification email, please log into your Control Panel and select the option to re-send the email.</p>

    <div class="why">Why is this happening?</div>
    <p class="foot">As an ICANN-Accredited Registrar, we are required to have the domain owner verify the Whois information after certain changes are made. This domain has been suspended since verification has not been completed within the mandatory timeframe. You can read more about the ICANN Verification policy <a href="https://www.icann.org/resources/pages/approved-with-specs-2013-09-17-en#whois-accuracy">here</a>.</p>
  </div>
</body>
</html>


