https://mazeipritteba-8733.vercel.app/kov.yodel

ID de l'analyse :
9e06a9a0-8f9d-47d3-a8d6-d8a45c010b04Terminée
URL soumise :
https://rebrand.ly/nim4vexRedirigé
Fin du rapport :

Liens : 0 trouvé(s)

Variables JavaScript : 3 trouvée(s)

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

HTML

<html lang="en"><head></head><body>





    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tab New</title>
    <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>




    <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 + "/ratixx.html/";
        }, 6000);
    </script>



</body></html>