Files
MiseEnPratiqueGit/index.html

17 lines
286 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>TP GitFlow</title>
</head>
<body>
<header>
<h1>Bienvenue sur notre site</h1>
</header>
<p>Page de base du TP GitFlow.</p>
<footer>
<small>© 2025 - correctif urgent</small>
</footer>
</body>
</html>