Compare commits

...

8 Commits

Author SHA1 Message Date
373e9b91a5 Merge branch 'hotfix/hotfix1.0.1' 2025-09-16 10:18:03 +02:00
108f299321 index hotfix 2025-09-16 10:17:03 +02:00
54359d44ee Merge branch 'release/release1.0.0' 2025-09-16 09:56:30 +02:00
4e596be707 correction error 2025-09-16 09:55:27 +02:00
e4b8ed2b99 update index footer 2025-09-16 09:44:13 +02:00
7ea2199630 update index 2025-09-16 09:38:13 +02:00
b5037cd335 index 2025-09-16 09:23:06 +02:00
e43ead90af ignore logs & tmp 2025-09-16 09:20:20 +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>