Mise_En_Pratique_De_Git/index.html

26 lines
480 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>
2024-09-16 15:08:17 +02:00
<<<<<<< HEAD
2024-09-16 15:13:41 +02:00
<<<<<<< HEAD
2024-09-16 15:09:30 +02:00
<p> blabla </p>
2024-09-16 15:13:41 +02:00
=======
2024-09-16 15:08:17 +02:00
<section> Contact </section>
2024-09-16 15:13:41 +02:00
>>>>>>> feature/contact
2024-09-16 15:08:17 +02:00
=======
<section> Contact </section>
>>>>>>> 9b10867 (section contact)
2024-09-16 11:59:44 +02:00
</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>