18 lines
456 B
HTML
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>
|