Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ctfrookie authored Aug 19, 2023
1 parent 75f20fb commit 9df2be9
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 @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="2048.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script type="text/javascript" src="jquery-3.7.0.min.js"></script>
<script type="text/javascript" src="support.js"></script>
<script type="text/javascript" src="animation.js"></script>
<script type="text/javascript" src="main.js"></script>
Expand Down Expand Up @@ -42,4 +42,4 @@ <h1>2048</h1>
</div>
</body>

</html>
</html>

0 comments on commit 9df2be9

Please sign in to comment.