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

12 lines
256 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>TaleWeave AI</title>
<link href="./bundle/main.css" rel="stylesheet">
</head>
<body>
<div id="history">
</div>
<script src="./bundle/main.js" type="module"></script>
</body>
</html>