Merge branch 'release/release1.0.0'

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

2
.gitignore vendored Normal file
View File

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

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Projet Site Web</title>
</head>
<body>
<h1>Bienvenue sur le site de l'entreprise</h1>
</body>
</html>
<header>
<h2>Entreprise - Service & Solution</h2>
</header>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>