:boom: [Fix] Path of main.js in index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -114,5 +114,5 @@
|
|
114 |
</div>
|
115 |
</div>
|
116 |
</body>
|
117 |
-
<script type="module" src="./
|
118 |
</html>
|
|
|
114 |
</div>
|
115 |
</div>
|
116 |
</body>
|
117 |
+
<script type="module" src="./main.js"></script>
|
118 |
</html>
|