<!DOCTYPE html>
<html lang="es">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Sitio no encontrado</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
        <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
        <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" rel="stylesheet">
        <style>
            @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

            body {
                font-family:'Roboto Slab', sans-serif;
                font-weight:300;
                font-size:14px;
                line-height:18px;}

            .mensaje {
                text-align:center;
                max-width:768px;
                margin:0 auto;
                padding:50px 0px;
                height:100vh;}

            .titulo-pagina {
                font-weight:700;
                font-size:42px;
                line-height:48px;
                margin-bottom:70px;}

            .info {
                font-size:24px;
                line-height:32px;
                margin-bottom:40px;}

            .info i.fa {
                font-size:120px;
                line-height:140px;
                color:#888;
                text-shadow:3px 3px 0px #bbb;
                margin-bottom:50px;  }

            a.logo {
                display: inline-block;
                margin-top:150px;}

            a.logo img {width:100px;}
        </style>
        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
        <!--[if lt IE 9]>
          <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->
    </head>

    <body>
        <div class="container">
            <div class="mensaje">
                <h1 class="titulo-pagina">Parece que este dominio no está conectado a un sitio web</h1>

                <p class="info">
                    <i class="fa fa-plug"></i><br>
                    ¿Has iniciado la conexión de este dominio?<br>
                    Recibirás un correo cuando la conexión se haya completado.
                    <br><br>
                    ¿Administras este sitio web?<br>
                    Ingresa a <a id="ir-al-panel" href="#"></a>
                    <br><br><br>
                    <small>
                        ¿No tienes un sitio web?<br>
                        Haz <a href="https://medios.com.ar/">clic aquí</a> para crear uno ahora mismo!
                    </small>
                </p>

                <a href="http://medios.com.ar/" class="logo"><img src="http://medios.com.ar/static/images/logo.webp"></a>
            </div>
        </div>
        <script>
            document.getElementById("ir-al-panel").innerHTML = window.location.hostname + "/admin";
            document.getElementById("ir-al-panel").setAttribute("href", "http://" + window.location.hostname + "/admin");
        </script>
    </body>
</html>
