feat: ajouter index.html de base
This commit is contained in:
10
index.html
Normal file
10
index.html
Normal 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>
|
Reference in New Issue
Block a user