1
0
Fork 0
taleweave-ai/client/src/index.html

12 lines
256 B
HTML
Raw Normal View History

2024-05-04 20:36:55 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2024-05-31 23:58:01 +00:00
<title>TaleWeave AI</title>
2024-05-05 20:50:17 +00:00
<link href="./bundle/main.css" rel="stylesheet">
2024-05-04 20:36:55 +00:00
</head>
<body>
2024-05-04 22:18:25 +00:00
<div id="history">
2024-05-04 20:36:55 +00:00
</div>
<script src="./bundle/main.js" type="module"></script>
</body>
</html>