21 lines
353 B
HTML
21 lines
353 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>TP GitFlow</title>
|
|
</head>
|
|
<section id="contact">
|
|
<h2>Contact</h2>
|
|
<p>mail@example.com</p>
|
|
</section>
|
|
<body>
|
|
<header>
|
|
<h1>Bienvenue sur mon site</h1>
|
|
</header>
|
|
<p>Page de base du TP GitFlow.</p>
|
|
<footer>
|
|
<p>© 2026 - Entreprise</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|