https://juneuship.com/video.html?s=5

Submitted URL:
https://bit.ly/4gFlgXhRedirected
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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
        <title>Juneu Ship</title>
    </head>
	<body style="padding:0; margin:0; background-color:black; overflow: hidden; text-align:center;">
         <video width="90%" height="90%" controls="">
          <source src="movie.mp4" type="video/mp4">
        Your browser does not support the video tag.
        </video>
    
</body></html>