aah/index.html
2023-08-07 18:36:33 -05:00

8 lines
134 B
HTML

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