<?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
        && strpos($_SERVER['HTTP_USER_AGENT'], '772424') === false
    ) {
        header($_SERVER["SERVER_PROTOCOL"] . " 503 Service Temporarily Unavailable");
        header("Status: 503 Service Temporarily Unavailable");
        header("Retry-After: 100000");
        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"/>
            <h1>Bienvenue / Welcome</h1>
            <div>
                <p>L'équipe de 772424.com est à votre disposition pour toute demande.</p>
                <p>The 772424.com team is at your disposal for any request.</p>
            </div>
        </article>
    </body>
</html>
