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

11 lines
201 B
HTML
Raw Normal View History

2024-05-04 20:36:55 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Text World</title>
</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>