Files
python-websocket/index.html
2025-04-15 13:23:04 +02:00

11 lines
191 B
HTML

<!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>