13 lines
363 B
HTML
13 lines
363 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Heure</title>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
|
</head>
|
|
<body>
|
|
<h1>Page dynamique</h1>
|
|
<p>Il est {{ h }} h {{ m }} min {{ s }} s</p>
|
|
<p><a href="{{ url_for('index2', Identifiant=Identifiant) }}">Retour</a></p>
|
|
</body>
|
|
</html> |