Skip to content

Commit

Permalink
Update play.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camillaiorio authored Sep 20, 2023
1 parent 0e9c6c3 commit 4d41bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion play.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Robot escape</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>

<script type="importmap">
Expand All @@ -26,4 +27,4 @@ <h2>Game Over</h2>
<script type="module" src="./main.js"></script>

</body>
</html>
</html>

0 comments on commit 4d41bcc

Please sign in to comment.