add build script

This commit is contained in:
Bruno Windels
2020-12-03 11:06:10 +01:00
parent 36710eccc4
commit fd9bd48925
6 changed files with 2113 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<script type="module">
<script id="main" type="module">
import {main} from "./src/main.js";
main(document.body);
</script>