<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Our Block</title>

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

  <style>

    body {

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

      margin: 40px;

      max-width: 700px;

      line-height: 1.6;

    }

  </style>

</head>

<body>

  <h1>Welcome to Our Block</h1>

  <p>This site exists. Which is already a win.</p>

  <p>More coming soon.</p>

</body>

</html>