13 lines
348 B
HTML
13 lines
348 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>NOTES</title>
|
|
</head>
|
|
<body>
|
|
<h1>NOTES</h1>
|
|
<p><a href="{{ url_for('index') }}">Retour à l'accueil</a></p>
|
|
<p><a href="{{ url_for('heure') }}">Verifier l'heure</a></p>
|
|
<p><a href="{{ url_for('formulaire') }}">Aller au formulaire</a></p>
|
|
</body>
|
|
</html> |