- Scan ID:
- a0b67c44-5659-4008-a7d1-0a48b51e381cFinished
- Submitted URL:
- https://noxbox.nl/
- 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 · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="nl"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><title>noxbox</title>
<style>
.nox {
display: grid;
place-items: center;
background: #333333;
width: 100vw;
height: 100vh;
resize: both;
overflow: auto;
}
.box {
font-size: 1rem;
text-align: center;
}
body {
font-family: system-ui, serif;
color: white;
}
</style>
<link rel="SHORTCUT ICON" href="/favicon.ico">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="nox">
<div class="box" contenteditable="">
<img src="/IMG/nxbx.gif" alt="noxbox">
<p>Alleen in het holst van de nacht</p>
</div>
</div>
</body></html>