- Scan-ID:
- 58ef890a-fbc4-4402-949e-144a8b20aac0Beendet
- Eingereichte URL:
- https://sms.next/Cto6JOmPMv
- Bericht beendet:
Links · 0 gefunden
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
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 2 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>Invalid link</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
width: 100%;
height: 100%;
backround-color: #F5F7FA;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
font-family: system-ui, sans-serif;
}
h1, p {
display: flex;
text-align: center;
margin: 36px;
}
h1 {
font-weight: bold;
font-size: 36px;
color: #475266;
}
p {
font-size: 18px;
justify-content: center;
margin-top: 0;
color: #666F80;
max-width: 680px;
line-height: 24px;
}
</style></head>
<body>
<h1>Sorry, this link is not valid anymore.</h1>
<p>The link is either invalid or already expired. If you wanted to unsubscribe from this type of communication,
please, contact our customer support.</p>
</body></html>