DepotTP/index.html

16 lines
278 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>
<footer>
<p&copy; 2024 - Entreprise</p>
2024-09-16 11:30:45 +02:00
</html>