mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2025-07-01 14:25:47 +00:00
implement hello message with player id
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
<title>Hello websockets</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="game" width=800 height=600></canvas>
|
||||
<canvas id="game" width=800 height=600></canvas>
|
||||
<h1 id="title">Offline</h1>
|
||||
</body>
|
||||
<script type="module" src="client.mjs"></script>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user