Formulaire incription utilisateur

This commit is contained in:
jleroy
2024-04-22 15:57:51 +02:00
parent b16b2c8822
commit 071b2f4010
6 changed files with 56 additions and 9 deletions

View File

@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="fr">
<html lang="fr" th:replace="~{modele-page :: layout('Inscription',~{::link} , ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Inscription</title>
</head>
<body>
<!-- Ajouter la page de nav bar -->
@@ -125,11 +124,9 @@
<input type="password" id="password" />
</div>
</div>
<button>Créer</button>
<button>Annuler</button>
<input type="submit" value="Créer"/>
</form>
<a href="/">Annuler</a>
</div>
<!-- Ajouter le footer -->
</body>