<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cabinet Valnor</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
background-color: #f5f5f5;
display: flex;
flex-direction:
column;
justify-content:
center;
align-items:
center;
height:
100vh;
text-align: center;
}
h1 {
color: #333;
font-size: 2.5rem;
margin-bottom: 10px;
}
p {
color: #666;
font-size: 1.2rem;
width: 80%;
max-width: 600px;
}
footer {
margin-top:
20px;
font-size: 0.9rem;
color: #aaa;
}
</style>
</head>
<body>
<h1>Cabinet Valnor</h1>
<p>Bienvenue sur le site officiel de Cabinet Valnor.<br>
Notre équipe est
spécialisée dans l'accompagnement et la gestion de projets sur mesure.
Pour toute demande
d'information, n'hésitez pas à nous contacter.</p>
<footer>©
2025 Cabinet Valnor. Tous droits réservés.</footer>
</body>
</html>