Compare commits

..

4 Commits

Author SHA1 Message Date
d59b550f6a Problème sur le code trouvé et corrigé 2024-09-16 14:54:39 +02:00
4b22c1a248 Ajout du footer 2024-09-16 14:41:00 +02:00
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 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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

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</title>
</head>
<head>
<h2>Entreprise - Services & Solutions</h2>
<body>
<h1>Bienvenue sur le site de l'entreprise</h1>
<p>Une menace a été détecter ! ! !</p>
</body>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
</html>