Spaces:
Running
Running
nroggendorff
commited on
Commit
•
89babab
1
Parent(s):
4df854e
Update public/index.html
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -16,6 +16,6 @@
|
|
16 |
</form>
|
17 |
</div>
|
18 |
</div>
|
19 |
-
<script src="client.js"></script>
|
20 |
</body>
|
21 |
</html>
|
|
|
16 |
</form>
|
17 |
</div>
|
18 |
</div>
|
19 |
+
<script type="module" src="client.js"></script>
|
20 |
</body>
|
21 |
</html>
|