Skip to content

Commit

Permalink
Add boilerplate and link css and javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
xhjayoub committed Sep 14, 2024
1 parent bab2c10 commit 1cec2be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TicTacToe</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<script src="./script.js"></script>
</body>
</html>

0 comments on commit 1cec2be

Please sign in to comment.