22 lines
395 B
HTML
22 lines
395 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Projet Site Web</tilte>
|
|
</head>
|
|
<header>
|
|
<h2>Entreprise - Services et Solutions</h2>
|
|
</header>
|
|
<body>
|
|
<h1> Bienvenue sur le site</h1>
|
|
<<<<<<< HEAD
|
|
<p> blabla </p>
|
|
=======
|
|
<section> Contact </section>
|
|
>>>>>>> feature/contact
|
|
</body>
|
|
<footer>
|
|
<p>© 2024 - Entreprise</p>
|
|
</footer>
|
|
<html>
|