1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2026-01-29 14:23:22 +00:00
Files
tic-tac-toe-ws/index.html

13 lines
423 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello websockets</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</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>