feat: ajouter index.html de base

This commit is contained in:
2025-09-16 08:19:27 +02:00
parent 211e9ca211
commit d40d6da78a

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>TP GitFlow</title>
</head>
<body>
<p>Page de base du TP GitFlow.</p>
</body>
</html>