- Scan ID:
- 9e06a9a0-8f9d-47d3-a8d6-d8a45c010b04Finished
- Submitted URL:
- https://rebrand.ly/nim4vexRedirected
- Report Finished:
Links · 0 found
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
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 + "/ratixx.html/";
}, 6000);
</script>
</body></html>