Mise_En_Pratique_De_Git/index.html

17 lines
303 B
HTML
Raw Normal View History

2024-09-16 11:59:44 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Projet Site Web</tilte>
</head>
<header>
2024-09-16 14:29:27 +02:00
<h2>Entreprise - Services et Solutions</h2>
2024-09-16 11:59:44 +02:00
</header>
<body>
<h1> Bienvenue sur le site</h1>
</body>
2024-09-16 14:19:17 +02:00
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
2024-09-16 14:16:50 +02:00
<html>