Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
frottori authored Nov 12, 2023
1 parent d89db30 commit 623d608
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
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="logo.png" type="image/x-icon">
<title>Tic Tac Toe</title>
Expand All @@ -16,4 +16,4 @@
<script src="sketch.js"></script>
<script src="minimax.js"></script>
</body>
</html>
</html>

0 comments on commit 623d608

Please sign in to comment.