UniSquat_Python/templates/index.html
Antoine Waehren 560868a7b8 Réglage du fuseau horaire (enfin !).
Commentaires.
Amélioration des pages web.
2022-05-12 15:32:12 +02:00

18 lines
456 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>UniSquat</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=300, initial-scale=1" />
</head>
<body>
{% include "base.html" %}
<main>
<p id="greet">Bienvenue sur UniSquat !</p>
<a style="text-align: center;" href="/app">Accès à l'application</a>
</main>
<footer></footer>
</body>
</html>