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