
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Domain Available</title>

  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f5f7fb;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
      color: #111827;
    }

    .card {
      max-width: 700px;
      padding: 50px;
      background: white;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    h1 {
      font-size: 42px;
      margin-bottom: 40px;
    }

    p {
      font-size: 18px;
      line-height: 1.6;
      color: #4b5563;
      margin-bottom: 30px;
    }

    .cta {
      display: inline-block;
      padding: 14px 22px;
      background: #000000;
      color: white;
      text-decoration: none;
      border-radius: 10px;
      font-size: 16px;
      font-weight: bold;
      margin: 10px;
    }

    .cta:hover {
      background: #000000;
    }
  </style>
</head>

<body>

  <div class="card">

    <h1>GotoDaily.com Domain is Available for Sale</h1>

    <p>
      The market for premium domains is competitive and this premium domain, <b>GotoDaily.com</b> stands out as a top-tier brand asset. Make it yours today if you're committed to creating a powerful brand. Time is running out - once it's taken, it's gone for good.
    </p>
    <p>  
      Ideal for e-commerce, daily deals, news and content platforms, productivity tools, financial apps, and SaaS platforms designed for everyday use.
    </p>
    <p>
      <a href="https://www.gotodaily.co.uk">GotoDaily.co.uk</a> domain name is also on the market and can be included with GotoDaily.com as a package deal.
    </p>
    <a class="cta" href="mailto:upspring@gmail.com">
      Contact Us
    </a>

  </div>

</body>
</html>
    