File: /home4/aspgs30e/public_html/indexOLd.html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ASPG - Site en refonte</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff;
font-family: Arial, sans-serif;
}
.container {
width: 90%;
max-width: 1000px; /* Limite la taille sur les grands écrans */
text-align: center;
}
.maintenance-img {
width: 100%;
height: auto; /* Garde les proportions de l'image */
display: block;
}
</style>
</head>
<body>
<div class="container">
<!-- Remplacez "image-aspg.jpg" par le nom réel de votre fichier -->
<img src="construction_aspg.jpg" alt="ASPG - Site en refonte" class="maintenance-img">
</div>
</body>
</html>