Skip to content

Commit 8427289

Browse files
update www/index.html
1 parent 02dff22 commit 8427289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ <h1 class="title">
7474
</cookie>
7575
</ui>
7676

77-
<script src="./src/js/main.js" defer></script>
78-
<script src="./src/js/cookie/game.js" defer></script>
77+
<script type="module" src="./src/js/main.js" defer></script>
78+
<script type="module" src="./src/js/cookie/game.js" defer></script>
7979
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
8080
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
8181

0 commit comments

Comments
 (0)