Skip to content

Commit

Permalink
Change update type for onilne
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventCelik authored Oct 24, 2023
1 parent f2365eb commit 251f0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="node_modules/phaser/dist/phaser.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.60.0/dist/phaser-arcade-physics.min.js"></script>
<title>Sokoban</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
Expand All @@ -25,4 +25,4 @@ <h1>Sokoban</h1>
<p>Clemson University</p>
</div>
</body>
</html>
</html>

0 comments on commit 251f0ec

Please sign in to comment.