1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-28 21:56:38 +00:00
tic-tac-toe-ws/index.html
2024-09-25 20:21:02 +02:00

11 lines
304 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello websockets</title>
</head>
<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.js"></script>
</html>