File size: 837 Bytes
7a077a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>JalGuard - Help</title>
  <link rel="stylesheet" href="/static/css/styles.css" />
</head>
<body>
  <main class="wrap">
    <article class="card">
      <h3>JalGuard Help & Docs</h3>
      <p class="desc">Quick references for hackathon demo flow.</p>
      <ul>
        <li><strong>Space</strong> = Run Step</li>
        <li><strong>A</strong> = Ask AI</li>
        <li><strong>R</strong> = Reset Environment</li>
      </ul>
      <p>Use Dashboard for live control, Scenario Builder for conversational planning, Analytics for reports, and Admin Panel for readiness checks.</p>
      <p><a class="btn" href="/dashboard">Back to Dashboard</a></p>
    </article>
  </main>
</body>
</html>