<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <title>AMPEX</title>

  <style>

    body {

      margin: 0;

      padding: 48px;

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

      background: #ffffff;

      color: #000000;

    }

    h1 {

      font-size: 48px;

      font-weight: 600;

      margin: 0 0 12px 0;

    }

    p {

      font-size: 18px;

      margin: 0;

    }

  </style>

</head>

<body>

  <h1>AMPEX</h1>

  <p>Building web3 infrastructure.</p>

</body>

</html>