https://sol-clicks.com/

Submitted URL:
https://sol-clicks.com/
Report Finished:

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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://sol-clicks.com/
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://sol-clicks.com/
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<html><head>
	<title>404 Not Found</title>
	<meta charset="utf-8">
	<style type="text/css">
		html, body { padding: 0; margin: 0; height: 100%; width: 100%; }
		body { display: flex; background: #3c8dbc; }
		h1 {
			margin: auto; width: 250px; padding: 260px 10px 10px 10px;
			background: url('/cms/image/e404.png') top center no-repeat;
			color: #fff; font: normal 32px sans-serif; text-align: center;
		}
	</style>
</head>
<body>
	<h1>404 Not Found</h1>

</body></html>