https://sms.next/Cv231YOrQZ

Eingereichte URL:
https://sms.next/Cv231YOrQZ
Bericht beendet:

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://sms.next/Cv231YOrQZ
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://sms.next/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

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>