ProjetSiteWeb/index.html

16 lines
278 B
HTML
Raw Normal View History

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