11 lines
345 B
HTML
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> |