first commit
This commit is contained in:
12
templates/resultat.html
Normal file
12
templates/resultat.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Résultat</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Résultat</h1>
|
||||
<p>Bonjour {{ prenom }} {{ nom }} !</p>
|
||||
<p><a href="{{ url_for('formulaire') }}">Revenir au formulaire</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user