Merge release 1.0.0 vers master

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

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignorer tous les fichiers logs
*.log
# Ignorer tous les fichiers temporaires
*.tmp

View File

@@ -4,7 +4,13 @@
<meta charset="UTF-8">
<title>Projet Site Web</title>
</head>
<header>
<h2>Entreprise - Services & Solutions.</h2>
</header>
<boby>
<h1>Bienvenue sur le site de l'entreprise</h1>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
</body>
</html>