This commit is contained in:
2024-05-06 10:20:57 +02:00
parent a8e398f198
commit ad0030c065
22 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="http://www.iut-fbleau.fr/css/tacit.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body container>
<!-- À compléter -->
<form method="GET">
<input type=number name="table" placeholder="table">
<button type="submit">ENVOYER</button>
</form>
</body>
</html>