minimal working version of user preview

This commit is contained in:
Bruno Windels
2020-11-30 10:57:39 +01:00
parent ead94695f1
commit 4d15ce40c1
8 changed files with 93 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<body>
<script type="module">
import {main} from "./src/main.js";
main();
main(document.body);
</script>
</body>
</html>