Git_TP1/index.html

23 lines
376 B
HTML
Raw Normal View History

2024-09-16 10:56:50 +02:00
<!DOCTYPE html>
<html lang="fr>
<head>
<meta charset="UTF-8">
2024-09-16 11:24:17 +02:00
<title>Projet Site</title>
2024-09-16 10:56:50 +02:00
</head>
<body>
<h1>Bienvenue sur le site de l'entreprise</h1>
<<<<<<< HEAD
=======
2024-09-16 11:10:12 +02:00
<header>
2024-09-16 11:16:25 +02:00
<h3>Entreprise - Services & Solutions</h3>
2024-09-16 11:10:12 +02:00
</header>
2024-09-16 11:13:18 +02:00
<footer>
<p>&copy; 2024 -Entreprise</p>
</footer>
>>>>>>> release/1.0.0
<section>
<h2>Contactez-nous</h2>
</section>
2024-09-16 10:56:50 +02:00
</body>
</html>