| <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> | |