Files
srvflask/templates/resultat_recherche.html
2026-03-02 14:42:04 +01:00

11 lines
345 B
HTML

<!doctype html>
<html lang="fr">
<head><meta charset="utf-8"><title>Résultat</title></head>
<body>
<h1>Résultat recherche</h1>
<p>Nom : {{ nom }}</p>
<p>Numéro : {{ numero }}</p>
<p><a href="{{ url_for('cherche') }}">Nouvelle recherche</a></p>
<p><a href="{{ url_for('index') }}">Retour a l'acceuil</a></p>
</body>
</html>