- Scan ID:
- 7a80e7a5-7f51-4d2b-9850-1e4aae28ae43Finished
- Submitted URL:
- https://planmylegacy.org/Redirected
- 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 · 5 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>404 - Page Not Found</title>
<style>
.error-message {
font-family:sans-serif; text-align:center; padding:2em; margin:2em auto; border:1px solid #ddd; border-radius:4px; width:90%; max-width:600px;
}
</style>
</head>
<body>
<div class="error-message">
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>Error code: 404</p>
</div>
</body></html>