<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Nami has moved</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    body {
      margin: 0;
      min-height: 100vh;
      display: grid;
      place-items: center;
      background: #101416;
      color: #e6f7f5;
      font-family: system-ui, sans-serif;
    }
    main {
      max-width: 520px;
      padding: 32px;
      text-align: center;
    }
    a {
      color: #5eead4;
      font-weight: 700;
      font-size: 1.1rem;
    }
  </style>
</head>
<body>
  <main>
    <h1>Nami has moved</h1>
    <p>The new address is:</p>
    <p><a href="https://namichat.net">https://namichat.net</a></p>
  </main>
</body>
</html>