cathode/index.html

8 lines
140 B
HTML
Raw Permalink Normal View History

2022-08-26 11:08:23 -04:00
<!DOCTYPE html>
<html lang="en">
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>