Création du fichier index.html

This commit is contained in:
LucaP 2024-09-16 12:01:12 +02:00
parent e195229b55
commit af6e4695d1
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!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>