aah/index.html

8 lines
133 B
HTML
Raw Normal View History

2023-08-07 07:43:50 +00:00
<!DOCTYPE html>
<html>
<body>
<div id="app"></div>
<script type="module" src="client/index.ts"></script>
</body>
</html>