<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width,initial-scale=1" />

  <title>happen.ai — Premium Domain Available</title>

  <meta name="description" content="happen.ai is available for acquisition. Serious inquiries only." />


  <style>

    body {

      margin: 0;

      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

      background: #ffffff;

      color: #111;

      display: flex;

      justify-content: center;

      align-items: center;

      height: 100vh;

    }


    .container {

      text-align: center;

      max-width: 700px;

      padding: 40px 20px;

    }


    h1 {

      font-size: 56px;

      margin-bottom: 10px;

      letter-spacing: -1px;

    }


    p {

      font-size: 18px;

      color: #555;

      margin-bottom: 30px;

      line-height: 1.6;

    }


    .btn {

      display: inline-block;

      padding: 14px 26px;

      font-size: 16px;

      font-weight: 600;

      border-radius: 8px;

      text-decoration: none;

      background: #000;

      color: #fff;

      transition: 0.2s ease;

    }


    .btn:hover {

      opacity: 0.85;

    }


    .footer {

      margin-top: 40px;

      font-size: 14px;

      color: #666;

    }


  </style>

</head>


<body>


  <div class="container">


    <h1>happen.ai</h1>


    <p>

      This premium one-word .ai domain is available for acquisition.<br>

      Short. Brandable. Built for AI-native companies.

    </p>


    <a class="btn" href="mailto:johnathanz168@gmail.com?subject=Inquiry%20about%20happen.ai">

      Email: johnathanz168@gmail.com

    </a>


    <div class="footer">

      Serious inquiries only.

    </div>


  </div>


</body>

</html>