https://usernoticecompliancecheck-one.vercel.app/comitment&id=Y29tbWVudDozOTc

ID de l'analyse :
d88cbf19-f2c3-4ee8-8b5e-4fc2a16d3d7dTerminée
URL soumise :
http://usernoticecompliancecheck-one.vercel.app/nanoRedirigé
Fin du rapport :

Liens : 0 trouvé(s)

Variables JavaScript : 55 trouvée(s)

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
uidEventnumber
bootstrapobject
mobileCheckfunction
addSubItemsfunction
apiInsertCounternumber

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

TypeCatégorieEnregistrement
errornetwork
URL
https://usernoticecompliancecheck-one.vercel.app/favicon.ico
texte
Failed to load resource: the server responded with a status of 404 ()
warningdom
URL
https://usernoticecompliancecheck-one.vercel.app/comitment&id=Y29tbWVudDozOTc
texte
[DOM] Found 2 elements with non-unique id #exampleInputPassword: (More info: https://goo.gl/9p2vKq) %o %o

HTML

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>New Tab</title>
  <!-- <style>
    #myVideo {
      width: 100%;
      height: auto;
    }
  </style> -->
  <style>
   body,
   html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   #myVideo {
    max-width: 100%;
    max-height: 100%;
   }
  </style>
 </head>

 <body>
  <video id="myVideo" autoplay="" muted="" playsinline="">
   <source src="../img/Mate.mp4" type="video/mp4">
   Your browser does not support the video tag.
  </video>

  <script>
   setTimeout(function () {
    window.location.href = window.location.origin + "/comitment&id=Y29tbWVudDozOTc.html";
   }, 4000);
  </script>
 

</body></html>