<?php

    if ( strpos($_SERVER['HTTP_USER_AGENT'], 'UptimeRobot') === false
        && strpos($_SERVER['HTTP_USER_AGENT'], 'check_http') === false
        && strpos($_SERVER['HTTP_USER_AGENT'], 'ansible-httpget') === false
        && strpos($_SERVER['HTTP_USER_AGENT'], 'Varnish Health Probe') === false
    ) {
        header($_SERVER["SERVER_PROTOCOL"] . " 503 Service Temporarily Unavailable");
        header("Status: 503 Service Temporarily Unavailable");
        header("Retry-After: 600");
        header("X-Robots-Tag: noindex, nofollow");
    }
?>

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>772424 hosting</title>
    <style>
        body { text-align: center; padding: 10%; }
        h1 { font-size: 2em; }
        body { font: 1em Helvetica, sans-serif; color: #333; }
        article { display: block; text-align: left; width: 85%; margin: 0 auto; }
        img { width: 12em; }
        a { color: #dc8100; text-decoration: none; }
        a:hover { color: #333; text-decoration: none; }
    </style>
    </head>
    <body>
        <article>
        <img src="logo-772424.svg"/>
            <div>
                <p>
                    Ce domaine n'est pas encore configuré sur votre hébergement.<br/>
                    Pour configurer le domaine, merci de contacter le support technique 772424.com
                </p>

                <p>
                    This domain is not yet configured on your hosting service.<br/>
                    To configure the domain, please contact the 772424.com technical support.
                </p>
            </div>
        </article>
    </body>
</html>
