feat: added gameplay

This commit is contained in:
Smigz 2023-12-13 16:15:21 -05:00
parent 52e8b3c0b3
commit 75b99514de
3 changed files with 225 additions and 53 deletions

View file

@ -3,12 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Tic-Tac-Toe</title>
</head>
<body>
<div class="container">
<header>
<div class="header"></div>
<div class="header">
<h1>Tic-Tac-Toe</h1>
</div>
</header>
<main>
<div class="content">
@ -22,4 +25,4 @@
</footer>
</div>
</body>
</html>
</html>