<!doctype html>
<html lang="en">
  <head>
    <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Energy Adepto API</title>
    <style>
      body { font-family: sans-serif; max-width: 600px; margin: 4rem auto; padding: 0 1rem; color: #333; }
      h1 { font-size: 2rem; }
      a { color: #0066cc; }
    </style>
  </head>
  <body>
    <h1>Energy Adepto API</h1>
    <p>This is the Energy Adepto REST API. The front-end application is served separately.</p>
    <p>App: <a href="https://app.energyadepto.com">https://app.energyadepto.com</a></p>
  </body>
</html>
