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

9 lines
165 B
HTML
Raw Normal View History

2024-09-02 20:34:24 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Hello websockets</title>
</head>
<body></body>
<script type="module" src="client.mjs"></script>
</html>