Web/TP/TP2/ex2/multiplication.php
2024-05-06 10:20:57 +02:00

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>