Merge tag '1.0.1' into develop

Probleme réglé
This commit is contained in:
noureddina 2024-09-16 11:25:30 +02:00
commit 1fb4a75251
2 changed files with 10 additions and 2 deletions

5
.gitignore vendored Normal file
View File

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

View File

@ -2,15 +2,18 @@
<html lang="fr>
<head>
<meta charset="UTF-8">
<title>Projet Site Web</title>
<title>Projet Site</title>
</head>
<body>
<h1>Bienvenue sur le site de l'entreprise</h1>
<<<<<<< HEAD
=======
<header>
<h2>Entreprise - Services & Solutions</h2>
<h3>Entreprise - Services & Solutions</h3>
</header>
<footer>
<p>&copy; 2024 -Entreprise</p>
</footer>
>>>>>>> release/1.0.0
</body>
</html>