aah/index.html

8 lines
134 B
HTML
Raw Permalink Normal View History

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