1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-29 06:06:37 +00:00
tic-tac-toe-ws/index.html

12 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello websockets</title>
</head>
<body>
<canvas id="game" width=800 height=600></canvas>
<h1 id="title">Offline</h1>
</body>
<script type="module" src="client.mjs"></script>
</html>