synapse / frontend /index.html
adwitiyashukla's picture
pushed Synapse, an agentic AI assistant with hybrid RAG
b2c1c67
Raw
History Blame Contribute Delete
1.07 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%236c8cff'/%3E%3Cstop offset='1' stop-color='%2322d3aa'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='16' cy='16' r='14' fill='url(%23g)'/%3E%3Ccircle cx='11' cy='12' r='3' fill='%230b0e14'/%3E%3Ccircle cx='21' cy='12' r='3' fill='%230b0e14'/%3E%3Ccircle cx='16' cy='21' r='3' fill='%230b0e14'/%3E%3Cpath d='M11 12 L21 12 M11 12 L16 21 M21 12 L16 21' stroke='%230b0e14' stroke-width='1.5'/%3E%3C/svg%3E"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Synapse: an agentic AI assistant with tool use, hybrid RAG and real-time streaming"
/>
<title>Synapse</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>