Initial commit

This commit is contained in:
2025-02-14 17:41:42 +01:00
commit af5248faed
19 changed files with 639 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<div th:replace="~{html-head}"/>
</head>
<body>
<div th:replace="~{header}"/>
<main>
<form>
<label for="login-pseudo">Pseudo :</label>
<input type="text" id="login-pseudo" name="pseudo"/>
<br/>
<label for="login-password">Mot de passe :</label>
<input type="text" id="login-password" name="password"/>
<br/>
<input id="connect" type="button">Se connecter</input>
</form>
</main>
</body>
</html>