pendu fini (td3)
This commit is contained in:
18
TD/TD3/pendu/index.html
Normal file
18
TD/TD3/pendu/index.html
Normal 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>
|
Reference in New Issue
Block a user