- Scan ID:
- d202d608-3517-49f2-95fd-d2baa26a2126Finished
- Submitted URL:
- https://nodenhides.space/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 4 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 |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | javascript |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.container {
position: hidden;
width: 100%;
overflow: hidden;
padding-top: 56.25%; /* 19.5:9 Aspect Ratio */
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<div class="container">
<iframe class="responsive-iframe" src="1.html"></iframe>
</div>
<br>
</body></html>