<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pangur.io</title>
<style>
  body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
         display: flex; justify-content: center; align-items: center;
         min-height: 100vh; margin: 0; background: #f8f9fa; color: #333; }
  .card { text-align: center; padding: 3rem; }
  h1 { font-size: 1.5rem; font-weight: 400; margin-bottom: 0.5rem; }
  p { color: #666; }
  a { color: #2563eb; text-decoration: none; }
</style>
</head>
<body>
<div class="card">
  <h1>Nothing here yet</h1>
  <p>This subdomain is reserved. Visit <a href="https://pangur.io">pangur.io</a></p>
</div>
</body>
</html>