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

9 lines
249 B
HTML

<!doctype html>
<html lang="fr">
<head><meta charset="utf-8"><title>Ajout OK</title></head>
<body>
<h1>Contact ajouté</h1>
<p>{{ nom }} → {{ numero }}</p>
<p><a href="{{ url_for('index') }}">Retour accueil</a></p>
</body>
</html>