DepotTP/index.html

18 lines
316 B
HTML
Raw Normal View History

2024-09-16 11:30:45 +02:00
<!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>
2024-09-16 11:36:35 +02:00
<header>
<h2>Entreprise - Service & Solutions</h2>
</header>
2024-09-16 15:00:55 +02:00
<section>Contact</section>
2024-09-16 11:36:35 +02:00
<footer>
2024-09-16 14:52:37 +02:00
<p>&copy; 2024 - Entreprise</p>
2024-09-16 12:01:02 +02:00
</footer>
2024-09-16 11:30:45 +02:00
</html>