aah/index.html
2023-08-07 02:43:50 -05:00

8 lines
133 B
HTML

<!DOCTYPE html>
<html>
<body>
<div id="app"></div>
<script type="module" src="client/index.ts"></script>
</body>
</html>