Files
MiseEnPratiqueGit/index.html
2025-09-16 08:45:24 +02:00

17 lines
274 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>TP GitFlow</title>
</head>
<body>
<header>
<h1>Bienvenue sur mon site</h1>
</header>
<p>Page de base du TP GitFlow.</p>
<footer>
<p>&copy; 2026 - Entreprise</p>
</footer>
</body>
</html>