<!doctype html><html><head><meta charset="utf8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="robots" content="noindex,nofollow"><title>Access</title><style>body{font:16px/1.5 -apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e8e6e1;display:grid;place-items:center;min-height:100vh;margin:0}form{background:#1a1d24;padding:34px 30px;border-radius:14px;box-shadow:0 12px 44px rgba(0,0,0,.45);width:min(90vw,340px);text-align:center}h1{font-size:18px;margin:0 0 6px}p{color:#9aa0aa;font-size:13px;margin:0 0 18px}input{width:100%;padding:11px 12px;border:1px solid #2b2f38;border-radius:9px;background:#0f1115;color:#e8e6e1;font-size:15px;box-sizing:border-box}button{margin-top:12px;width:100%;padding:11px;border:0;border-radius:9px;background:#3b82f6;color:#fff;font-size:15px;font-weight:600;cursor:pointer}</style></head><body><form method="get" action="/"><h1>Restricted</h1><p>Enter your access code to continue.</p><input name="code" type="password" placeholder="Access code" autofocus><button type="submit">Enter</button></form></body></html>