https://sol-clicks.com/

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 3 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 2 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
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

Der HTML-Rohtext der Seite

<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>