https://eu-secured.com/

ID de l'analyse :
b78ca8dd-fb2f-4a11-92ef-130db3a14446Terminée
URL soumise :
https://eu-secured.com/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 3 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
errornetwork
URL
https://eu-secured.com/
texte
Failed to load resource: the server responded with a status of 404 ()

HTML

Le corps HTML de la page en données brutes

<html><head>
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  <title>404 page not found | KnowBe4</title>
  <style type="text/css">
    body {
      padding-top: 50px;
      background-color: #fff;
      font-family: 'Open Sans', sans-serif;
    }

    .container {
      text-align: center
    }

    .container .image {
      display: inline-block;
      text-align: left;
    }

    .container .description {
      display: inline-block;
      text-align: left;
    }

    .stu {
      padding-right: 50px;
      width: 150px;
      margin-bottom: -190px;
    }

    h1 {
      font-size: 22px;
      margin: 10px 0;
      font-weight: 300;
      color: #444;
      padding-bottom: 12px;
    }

    p {
      font-size: 12px;
      color: #929292;
      font-weight: bold;
      padding-top: 12px;
    }

    a {
      border: none;
      border-radius: 3px;
      padding: 12px 24px;
      font-size: 14px;
      background-color: #f26721;
      color: white;
      text-decoration: none;
      display: inline-block;
    }

    a:hover {
      background-color: #e05f1e;
    }

    @media screen and (max-width: 650px) {
      .image {
        width: 100%;
      }
      .stu {
        padding-right: 0px;
        width: 80px;
        margin-bottom: 0px;
      }

      .container .description {
        text-align: center;
      }

      .container .image {
        text-align: center;
      }

    }
  </style>
</head>

<body>
  <div class="container">
    <div class="image">
      <img class="stu" src="/img/404-stu.png">
    </div>
    <div class="description">
      <h1>
        <strong>One million web pages out there,</strong>
        <br> but this is not the one you're looking for.
      </h1>
      <a href="/">Home</a>
      <p>Error code: 404</p>
    </div>
  </div>



</body></html>