<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Site en construction</title>
<style>
html, body {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
}
body {
background: url("fond.jpg") no-repeat center center / cover;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
}
.box {
background: rgba(0,0,0,0.6);
padding: 30px;
border-radius: 10px;
font-size: 24px;
}
a { color: white; }
</style>
</head>
<body>
<div class="box">
Site en construction<br><br>
Soyez informés en envoyant un mail à :<br>
<a href="mailto:sexcap3@gmail.com">sexcap3@gmail.com</a>
</div>
</body>
</html>