<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>LCE</title>
<style>
body {
background-color: #000;
color: white;
text-align: center;
font-family: Arial, sans-serif;
margin: 0;
padding-top: 100px;
}
img {
max-width:
500px;
margin-bottom: 40px;
}
p {
font-size: 22px;
}
</style>
</head>
<body>
<img src="logo.png" alt="LCE">
<p>Ce site est en préparation.</p>
<p>contact@lce.bzh</p>
</body>
</html>