1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2025-07-01 14:25:47 +00:00

integrate grid

This commit is contained in:
2024-09-24 15:50:08 +02:00
parent 774b193e7f
commit 0f705ee45a
3 changed files with 217 additions and 104 deletions

View File

@ -3,9 +3,8 @@
<head>
<title>Hello websockets</title>
</head>
<body>
<canvas id="game" width=800 height=600></canvas>
<h1 id="title">Offline</h1>
<body style="margin: 0; padding 0; overflow: hidden; background-color: #000000">
<canvas id="game" width="800" height="600"></canvas>
</body>
<script type="module" src="client.mjs"></script>
</html>