<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

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

  <title>Coming Soon</title>

  <meta name="robots" content="noindex, nofollow">

  <style>

    body {

      margin: 0;

      min-height: 100vh;

      display: grid;

      place-items: center;

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

      background: #0f1115;

      color: #f4f4f5;

    }

    .box { text-align: center; padding: 40px; }

    h1 { font-size: 30px; font-weight: 500; margin-bottom: 12px; }

    p { color: #a1a1aa; font-size: 15px; margin: 0; }

  </style>

</head>

<body>

  <div class="box">

    <h1>Coming Soon</h1>

    <p>This domain is reserved for a future project.</p>

  </div>

</body>

</html>