Bootstrap / modele-page

This commit is contained in:
mepiphana2023
2024-04-22 14:50:37 +02:00
parent 1f0855104d
commit 7aebd5404e
23 changed files with 21676 additions and 1 deletions

View File

@@ -1 +1,13 @@
<h1> Hello world !</h1>
<!DOCTYPE html>
<html lang="fr" th:replace="~{modele-page :: layout('Accueil',~{::link} , ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Accueil</title>
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div id="container-main"><h1>hello world !</h1></div>
<script src="js/bootstrap/bootstrap.min.js"></script>
</body>
</html>