<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Fécamp Services - Maintenance</title>
<style>
body{
margin:0;
background:#f5f5f5;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}
img{
max-width:100%;
max-height:100%;
}
</style>
</head>
<body>
<img src="maintenance.png" alt="Maintenance">
</body>
</html>