fichier langue / bootstrap

This commit is contained in:
mepiphana2023
2024-04-24 10:08:22 +02:00
parent f6870a4dbb
commit 915e3356fc
6 changed files with 21 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html lang="fr" th:replace="~{modele-page :: layout('Modifier votre profile',~{::link} , ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
<html lang="fr" th:replace="~{modele-page :: layout('Modifier votre profile' , ~{::#link}, ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/fontawesome/css/all.css">
</head>
<body>
<div id="container-main">
@@ -144,5 +146,6 @@
<button type="submit">Supprimer mon compte</button>
</form>
</div>
<script src="js/bootstrap/bootstrap.min.js"></script>
</body>
</html>