HEX
Server: Apache
System: Linux cp-50.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User: aspgs30e (4690)
PHP: 8.3.31
Disabled: NONE
Upload Files
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>