<!DOCTYPE html>
<html lang="no">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>DLTQ - Don't Lose The Question</title>
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html, body { height: 100%; }
    body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #0a0a0a;
      color: #c0c0c0;
      font-family: system-ui, -apple-system, sans-serif;
    }
    h1 {
      font-size: 15vw;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
    }
    .tagline {
      margin-top: 1rem;
      font-size: 1rem;
      font-weight: 400;
      color: #888;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .about-link {
      margin-top: 1rem;
      font-size: 1rem;
      color: #666;
      text-decoration: none;
      font-style: italic;
      transition: color 0.3s;
    }
    .about-link:hover {
      color: #fff;
    }
    .corner-link {
      position: fixed;
      font-size: 0.7rem;
      color: #666;
      text-decoration: none;
      transition: color 0.3s;
    }
    .corner-link:hover {
      color: #fff;
    }
    .bottom-right { bottom: 1rem; right: 1rem; }
  </style>
</head>
<body>
  <h1>DLTQ</h1>
  <p class="tagline">Don't Lose The Question · 2002-2025</p>
  <a href="https://web.archive.org/web/20250000000000*/dltq.org" class="corner-link bottom-right" title="20 years of questions">↗</a>
</body>
</html>
