Compare commits

..

2 Commits

Author SHA1 Message Date
bc9a09750b Ajout du header 2024-09-16 14:05:55 +02:00
af6e4695d1 Création du fichier index.html 2024-09-16 12:01:12 +02:00
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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

12
index.html Normal file
View File

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