cuisine/vues/vTests.php
Timothée Huneau 4c71fb59b4 Initial commit
Création de tous les dossiers et fichiers avec mise à part des constantes
2023-04-11 19:11:26 +02:00

7 lines
No EOL
277 B
PHP

<section id='principal'>
<form method="POST" action="index.php?page=test">
<input type="text" required name="textTest" value="100" title="<?=DESC_CHAMPS_DUREE?>"/>
<input type="submit">
</form>
<a href="index.php?page=ajouterElement">Retourner à la liste</a>
</section>