<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Deployment Console</title>
    <style>
      body { margin: 0; font-family: Georgia, serif; background: #f7f5ef; color: #18262b; }
      main { max-width: 44rem; margin: 12vh auto; padding: 2rem; }
      h1 { font-size: 3rem; margin-bottom: 0.4rem; }
      p { font-size: 1.15rem; line-height: 1.6; }
      code { background: #e3e8e3; padding: 0.15rem 0.35rem; }
    </style>
  </head>
  <body><main><h1>Deployment Console</h1><p>The console is online.</p><p>Health endpoint: <code>/api/health</code></p></main></body>
</html>