Template page html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>TITRE</title>
<meta name="description" content="Contenu"/>
<meta name="viewport" content="width=device-width"/>
<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico"/>
<link rel="stylesheet" href="./css/style.css"/>
</head>
<body>
<!-- Entête de page -->
<header class="entete">
</header>
<!-- Menu en Entête de page -->
<nav class="menu">
</nav>
<!-- sidebar -->
<sidebar class="sidebar">
</sidebar>
<!-- CORPS DE LA PAGE -->
<section class="corpsite">
</section>
<!-- PIED DE PAGE -->
<footer class="pied">
</footer>
<!-- SCRIPT -->
<script src="./js/app.js"></script>
</body>
</html>