Files
agent-chat-ui/index.html

15 lines
416 B
HTML
Raw Normal View History

2025-02-18 19:35:46 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-03-07 14:58:55 +01:00
<title>Chat LangGraph</title>
2025-02-27 14:08:24 -08:00
<link href="/src/styles.css" rel="stylesheet" />
2025-02-18 19:35:46 +01:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>