<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>teams-rag health</title>
  <style>
    body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, sans-serif; background: #f6f8fa; color: #1f2328; }
    main { min-height: 100vh; display: grid; place-items: center; padding: 24px; box-sizing: border-box; }
    section { width: min(520px, 100%); background: #fff; border: 1px solid #d0d7de; border-radius: 8px; padding: 24px; box-shadow: 0 8px 24px rgba(140, 149, 159, 0.2); }
    h1 { margin: 0 0 16px; font-size: 24px; line-height: 1.2; }
    dl { display: grid; grid-template-columns: 120px 1fr; gap: 10px 16px; margin: 0; }
    dt { color: #57606a; }
    dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
    .ok { color: #1a7f37; }
  </style>
</head>
<body>
  <main>
    <section>
      <h1>teams-rag health</h1>
      <dl>
        <dt>Status</dt><dd class="ok">OK</dd>
        <dt>Service</dt><dd>application gateway</dd>
        <dt>Checked at</dt><dd>2026-08-30T14:51:27+00:00</dd>
      </dl>
    </section>
  </main>
</body>
</html>