<!DOCTYPE html>

<html>

  <head>

    <meta charset="UTF-8">

    <title>Coming soon</title>

    <style>

      body {

        font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

        display: flex;

        align-items: center;

        justify-content: center;

        height: 100vh;

        margin: 0;

        background: #ffffff;

        color: #111;

      }

    </style>

  </head>

  <body>

    <div>

      <h1>Coming soon</h1>

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

    </div>

  </body>

</html>