18 lines
316 B
HTML
18 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Projet SIte Web</title>
|
|
</head>
|
|
<body>
|
|
<h1>Bienvenue sur le site de l'entreprise</h1>
|
|
</body>
|
|
<header>
|
|
<h2>Entreprise - Service & Solutions</h2>
|
|
</header>
|
|
<section>Contact</section>
|
|
<footer>
|
|
<p>© 2024 - Entreprise</p>
|
|
</footer>
|
|
</html>
|