pendu fini (td3)

This commit is contained in:
2022-09-21 12:09:38 +02:00
parent 7b82663ae0
commit d1d7b2693f
13 changed files with 1689 additions and 0 deletions

18
TD/TD3/pendu/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Web Socket Demo</title>
</head>
<body>
<ul id="mot"></ul>
<form>
Lettre : <input id='lettre' type="text"/>
<br />
<button type="submit">Jouer</button>
</form>
<script src="client.js"></script>
</body>
</html>