Merge branch 'release/-1.0.0'

This commit is contained in:
2025-09-16 08:53:56 +02:00
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.log
*.tmp

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!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>
<p>&copy; 2026 - Entreprise</p>
</footer>
</body>
</html>