Mot de passe oublie terminer

This commit is contained in:
jleroy
2024-04-29 13:44:37 +02:00
parent 2791df65ea
commit ae040010aa
18 changed files with 505 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="fr" th:replace="~{modele-page :: layout('Lien expiré',~{::link} , ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="container" id="container-main">
<div class="row justify-content-center mt-5">
<div class="col-md-6">
<h2 class="text-center mb-4">Ce lien à expiré !</h2>
</div>
</div>
</div>
</body>
</html>