Formulaire incription utilisateur
This commit is contained in:
@@ -1 +1,5 @@
|
||||
|
||||
spring.datasource.url=jdbc:mariadb://91.121.54.36:3306/eni_enchere
|
||||
spring.datasource.username=eni
|
||||
spring.datasource.password=Pa$$w0rd
|
||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||
@@ -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