https://yafracrattemo.vercel.app/ru.html

Submitted URL:
https://yafracrattemo.vercel.app/ru.html
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

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



</body></html>