<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Error <%= code %></title>
  <link rel="stylesheet" href="/static/css/app.css" />
</head>
<body class="bg-slate-100 min-h-screen flex items-center justify-center">
  <div class="text-center">
    <p class="text-6xl font-bold text-slate-300"><%= code %></p>
    <p class="mt-2 text-slate-600"><%= message %></p>
    <a href="/" class="inline-block mt-4 text-emerald-600 hover:underline">← Back to dashboard</a>
  </div>
</body>
</html>
