14 lines
238 B
HTML
14 lines
238 B
HTML
<!DOCTYPE html>
|
|
<hmtl lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Projet Site Web</title>
|
|
</head>
|
|
<header>
|
|
<h2>Entreprise - Services & Solutions</h2>
|
|
</header>
|
|
<body>
|
|
<h1>Bienvenue sur le site de l'entreprise</h1>
|
|
</body>
|
|
</html>
|