<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>AshesCodex has shut down</title>
    <style>
      html, body { height: 100%; margin: 0; }
      body {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0d0d0f;
        color: #f5f5f5;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
        text-align: center;
        padding: 1.5rem;
      }
      .box { max-width: 32rem; }
      h1 { font-size: 1.75rem; margin: 0 0 1rem; }
      p { font-size: 1.1rem; line-height: 1.6; color: #c7c7c7; margin: 0; }
      a { color: #8ab4ff; font-weight: 600; text-decoration: none; }
      a:hover { text-decoration: underline; }
    </style>
  </head>
  <body>
    <div class="box">
      <h1>AshesCodex has shut down</h1>
      <p>For other games we cover now, visit <a href="https://metaforge.app">metaforge.app</a></p>
    </div>
  </body>
</html>