textmosaic / index.html
Treck001's picture
Add product entry point
10e2a60 verified
Raw
History Blame Contribute Delete
539 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0B0F14" />
<meta
name="description"
content="TextMosaic turns text into an interactive 3D knowledge graph with self-trained models."
/>
<title>TextMosaic</title>
</head>
<body>
<div id="root"></div>
<script src="/runtime-config.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>