AskJerry / frontend /index.html
NeonClary
Add context window handling, summarize endpoint, and UI polish
3bb9213
raw
history blame
468 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f8f7fb" />
<title>Ask Jerry About Cyber Security</title>
<meta name="description" content="Chat with AI Jerry — Cybersecurity (BrainForge/Security)" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>