Trying to get modules to work

This commit is contained in:
Ian Gulliver
2021-05-08 13:00:59 -07:00
parent 3e4769b3ef
commit c3b890199d
12 changed files with 78 additions and 17 deletions

View File

@@ -6,5 +6,5 @@
</head>
<body>
<script src="js/tower.js"></script>
<script type="module" src="js/tower.js"></script>
</body>