Premier commit : ajout index.html

This commit is contained in:
2025-09-15 15:39:49 +02:00
parent 3dcef9145e
commit 8e11d41495

View File

@@ -4,13 +4,13 @@
<meta charset="UTF-8">
<title>Projet Site Web</title>
</head>
<header>
<h2>Entreprise - Services & Solutions.</h2>
</header>
<boby>
<body>
<header>
<h2>Entreprise - Services & Solutions.</h2>
</header>
<h1>Bienvenue sur le site de l'entreprise</h1>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
</body>
</html>
</html>