https://nodenhides.space/

Submitted URL:
https://nodenhides.space/
Report Finished:

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

Console log messages · 2 found

Messages logged to the web console

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>