<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Services Suspended / Services Suspendus</title>
<style>
    html, body {
        height: 100%;
        margin: 0;
    }
    body {
        background-color: #dedede;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }
    .container {
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        max-width: 500px;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }
    h1 {
        margin-top: 0;
        font-size: 22px;
        font-weight: 600;
    }
    p {
        line-height: 1.6;
        font-size: 15px;
    }
    p:last-of-type {
	margin-bottom: 0;
    }
    .url {
        word-break: break-all;
    }
    hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 28px 0;
    }
    .lang {
        color: #888;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }
</style>
</head>
<body>
   <div class="container">
        <div class="lang">English</div>
        <h1>Notice</h1>
        <p>This website (<span class="url">secutech.mg</span>) has been <b>indefinitely suspended</b> due to non-payment by Secutech SARL for cloud services and server maintenance. For inquiries please contact the Administrator.</p>
        <hr>
        <div class="lang">Fran&ccedil;ais</div>
        <h1>Avis</h1>
        <p>Ce site web (<span class="url">secutech.mg</span>) a &eacute;t&eacute; <b>suspendu ind&eacute;finiment</b> pour non-paiement par Secutech SARL des services cloud et de la maintenance des serveurs. Pour toute demande, veuillez contacter l&apos;Administrateur.</p>
    </div>
</body>
</html>