first commit

This commit is contained in:
marys
2025-04-15 13:23:04 +02:00
commit 6c22f08c24
8 changed files with 344 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Connect Four</title>
</head>
<body>
<div class="board"></div>
<script src="main.js" type="module"></script>
</body>
</html>