ajout du lient de retour au main

This commit is contained in:
jeremy 2024-10-30 21:47:21 +01:00
parent 546a5549e9
commit 59e0189251

View File

@ -92,5 +92,6 @@ $clients = $stmt->fetchAll();
</tr>
<?php endforeach; ?>
</table>
<a href="main.php">Retour à la page principale</a>
</body>
</html>