Premier_Depot/index.html

17 lines
295 B
HTML
Raw Normal View History

2024-09-16 11:45:56 +02:00
<DOCTYPE html>
<html lang="fr">
<head>
2024-09-16 11:52:25 +02:00
<meta charset="UTF-8">
<title>Projet Site Web</title>
2024-09-16 11:45:56 +02:00
</head>
2024-09-16 11:52:25 +02:00
<body>
2024-09-16 14:18:15 +02:00
<header>
<h2>Entreprise - Services & Solutions</h2>
</header>
2024-09-16 11:52:25 +02:00
<h1>Bienvenue sur le site de l'entreprise</h1>
2024-09-16 14:18:15 +02:00
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
2024-09-16 11:52:25 +02:00
</body>
</html>