<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>B1D</title>
<style>
  :root {
    --bg: #ffffff;
    --fg: #10151c;
    --muted: #5b6673;
    --line: #e3e8ee;
    --accent: #2f6fed;
    --chip-bg: #eef3fd;
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #0d1117;
      --fg: #e8edf4;
      --muted: #93a1b1;
      --line: #212b36;
      --accent: #6f9dff;
      --chip-bg: #16233d;
    }
  }
  * { box-sizing: border-box; }
  html, body { height: 100%; }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--fg);
    font: 16px/1.6 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  main {
    width: 100%;
    max-width: 460px;
  }
  .chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent);
    background: var(--chip-bg);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 20px;
  }
  h1 {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 650;
  }
  p { margin: 0 0 14px; color: var(--muted); }
  hr { border: 0; border-top: 1px solid var(--line); margin: 26px 0 18px; }
  dl {
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 18px;
    font-size: 14px;
  }
  dt { color: var(--muted); }
  dd { margin: 0; font-variant-numeric: tabular-nums; }
  .dot {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #2ea043;
    margin-right: 8px;
    vertical-align: middle;
  }
  footer { margin-top: 26px; font-size: 13px; color: var(--muted); }
</style>
</head>
<body>
<main>
  <span class="chip">Placeholder</span>
  <h1>B1D</h1>
  <p><span class="dot"></span>This domain is live and hosted. The application is not deployed here yet.</p>
  <p>If you were looking for something specific, there is nothing to find at this address for now.</p>
  <hr>
  <dl>
    <dt>Domain</dt><dd>b1d.co.uk</dd>
    <dt>Status</dt><dd>Holding page</dd>
    <dt>TLS</dt><dd>Active</dd>
  </dl>
  <footer>Operated by Repop.</footer>
</main>
</body>
</html>
