lucasrag/index.html

17 lines
291 B
HTML
Raw Normal View History

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