Formulaire incription utilisateur
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user