Merge branch 'release/1.0.0'

This commit is contained in:
ragueneaul 2024-09-16 14:48:37 +02:00
commit e7cd1692ca
2 changed files with 20 additions and 0 deletions

4
.gitignore vendored Normal file
View File

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

16
index.html Normal file
View File

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