Ajout de index.html et .gitignore

This commit is contained in:
sermandm 2024-09-16 11:59:44 +02:00
parent 0a337781c7
commit 94bf1b015f
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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

16
index.html Normal file
View File

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