- Scan ID:
- 5cd8caa2-1d9a-4ed2-b2d8-22b90f6bd287Finished
- Submitted URL:
- https://www.schmackes.at/
- 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
<!DOCTYPE html><html><head>
<title>My First Website</title>
</head>
<body>
<h1>Hallo Mama :)</h1>
</body></html>