<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>404 — Naxos Demo</title>
  <link rel="stylesheet" href="/css/style.css">
</head>
<body>
  <header class="site-header">
    <a class="logo" href="/">Naxos<span>.</span></a>
    <nav>
      <a href="/">Home</a>
      <a href="/about">About</a>
      <a href="/contact">Contact</a>
    </nav>
  </header>

  <main>
    <div class="not-found">
      <div class="code">404</div>
      <h1>Page not found</h1>
      <p>This page doesn't exist. The Naxos worker served this custom 404 from R2.</p>
      <a class="btn" href="/">Go home</a>
    </div>
  </main>

  <footer class="site-footer">
    <p>Naxos demo site — served from Cloudflare R2</p>
  </footer>
</body>
</html>
