DepotTP/index.html
2024-09-16 15:01:33 +02:00

18 lines
316 B
HTML

<!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>
<header>
<h2>Entreprise - Service & Solutions</h2>
</header>
<section>Contact</section>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
</html>