Fix relative link

This commit is contained in:
Jordan Eldredge 2021-06-25 23:36:29 -07:00
parent d0a7f1a466
commit 08fa5af7b9

View file

@ -14,6 +14,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/index.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>