18 lines
381 B
PHP
18 lines
381 B
PHP
<!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>
|