2022-10-19 19:41:21 -07:00

10 lines
195 B
HTML

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./index.js"></script>
</body>
</html>