This commit is contained in:
dave caruso
2023-04-26 23:45:27 -04:00
committed by GitHub
parent 7d7748f69f
commit 55c05c0a1f

View File

@@ -122,7 +122,7 @@ Then paste the following contents into it:
<html>
<body>
<div id="root"></div>
< script type="module" src="/index.js"></ script>
<script type="module" src="/index.js"></script>
</body>
</html>
```