<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="refresh" content="10; url=https://oci.bi.denbi.de/sitemap.xml">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Registry Moved</title>
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      background: #f4f6f9;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      padding: 2rem;
    }
    .card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 24px rgba(0,0,0,.10);
      max-width: 520px;
      width: 100%;
      padding: 2.5rem 2.5rem 2rem;
      text-align: center;
    }
    .icon { font-size: 3rem; margin-bottom: 1rem; }
    h1 { font-size: 1.4rem; color: #1a1a2e; margin-bottom: .75rem; }
    p  { color: #555; line-height: 1.6; margin-bottom: 1rem; }
    .new-url {
      display: inline-block;
      background: #eef2ff;
      border: 1px solid #c7d2fe;
      border-radius: 6px;
      padding: .4rem 1rem;
      font-family: monospace;
      font-size: 1rem;
      color: #3730a3;
      word-break: break-all;
      margin-bottom: 1.25rem;
    }
    .btn {
      display: inline-block;
      background: #4f46e5;
      color: #fff;
      text-decoration: none;
      padding: .65rem 1.75rem;
      border-radius: 6px;
      font-size: .95rem;
      font-weight: 600;
      transition: background .2s;
    }
    .btn:hover { background: #3730a3; }
    .countdown { margin-top: 1.25rem; font-size: .85rem; color: #888; }
    .badge {
      display: inline-block;
      margin-top: 1.5rem;
      font-size: .75rem;
      color: #aaa;
      letter-spacing: .04em;
    }
  </style>
</head>
<body>
  <div class="card">
    <div class="icon">📦</div>
    <h1>The de.NBI Container Registry has moved</h1>
    <p>
      <strong>crate.bi.denbi.de</strong> has been retired.<br>
      The registry is now available at:
    </p>
    <div class="new-url">oci.bi.denbi.de</div>
    <br>
    <a class="btn" href="https://oci.bi.denbi.de/sitemap.xml">Go to new registry →</a>
    <p class="countdown">You will be redirected automatically in <strong>10 seconds</strong>.</p>
    <p>
      Please update your <code>docker pull</code> / <code>docker push</code> commands
      and any CI/CD pipelines to use the new hostname.
    </p>
    <span class="badge">de.NBI OCI team</span>
  </div>
</body>
</html>