<html lang="fr">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    <meta property="og:title" content="immersivelab.fr" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http://immersivelab.fr" />
    <meta property="og:image" content="http://immersivelab.fr/images/immersivelab.fr.png" />
    <style type="text/css">
        * {
            margin: 0;
            padding: 0;
        }

        html,
        body {
            width: 100%;
            height: 100%;
        }

        .outter {
            width: 100%;
            height: 100%;
            min-width: 100%;
            min-height: 100%;
            position: relative;
            padding: 10px;
            box-sizing: border-box;
        }
        .inner {
            width: 100%;
            height: 100%;
            min-width: 100%;
            min-height: 100%;
            position: relative;
            padding: 10px;
            box-sizing: border-box;
            border-radius: 10px;
            background-color: #48a23f;
        }

        .hero {
            width: 100%;
            height: 100%;
            min-width: 100%;
            min-height: 100%;
            position: relative;
        }

        .hero::before {
            background-image: url(https://www.domexpire.fr/img/domexpire.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-color: white;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            opacity: 0.4;
            border-radius: 4px;
        }

        .flex-center {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
        }

        .hero-message {
            color: #333;
            font-family: Courier new;
            text-shadow: #ccc 2px 2px;
            min-width: 100%;
            min-height: 0%;
            position: relative;
        }

        .hero-title,
        .hero-sub-title {
            width: 100%;
            display: block;
            text-align: center;
            margin: 3% 0;
        }

        .hero-title {
        }

    </style>
</head>
<body>
<div class="outter">
    <div class="inner">
        <div class="hero flex-center">
            <div class="hero-message">                    <h1 class="hero-title">immersivelab.fr&nbsp;a été vendu&nbsp;sur <a href="https://www.domexpire.fr" title="Noms de domaine expiré sur DomExpire" target="_blank">
                            <img src="/images/domexpire-noms-de-domaine-expire.png" alt="Noms de domaine expiré sur DomExpire" title="Noms de domaine expiré sur DomExpire" align="absmiddle"/>DomExpire
                        </a></h1>
                    <h2 class="hero-sub-title">BL:1735 | RD:59 | TF:10 | CF:20</h2>
                    <h2 class="hero-sub-title">Plus d'info : contact@domexpire.fr</h2>            </div>
        </div>
    </div>
</div>
</body>
</html>
