4 Commits

Author SHA1 Message Date
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 - Services & Solutions</h2>
</header>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>