mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
13 lines
374 B
HTML
13 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Temporal AI Agent</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</head>
|
|
<body class="bg-gray-100 text-gray-900 dark:bg-gray-800 dark:text-gray-100">
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|