- Scan ID:
- b109fd7b-b60e-4c7b-9a4d-fdbb6d3f25ffFinished
- Submitted URL:
- https://radiantcrest.life/
- 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 lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Maitance message</title>
</head>
<body>
<div class="maintenance-message">
<h1>The website is undergoing maintenance. Please come back later.</h1>
</div>
</body></html>