mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2024-11-17 01:16:33 +00:00
9 lines
165 B
HTML
9 lines
165 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Hello websockets</title>
|
||
|
</head>
|
||
|
<body></body>
|
||
|
<script type="module" src="client.mjs"></script>
|
||
|
</html>
|