https://sms.next/Cv231YOrQZ

ID de exploración:
cc4d0a08-b3b6-4842-88d9-d93e0746ce8fFinalizado
URL enviada:
https://sms.next/Cv231YOrQZ
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 3 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 2 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistrar
errornetwork
URL
https://sms.next/Cv231YOrQZ
TEXTO
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://sms.next/favicon.ico
TEXTO
Failed to load resource: the server responded with a status of 404 ()

HTML

El cuerpo HTML sin procesar de la página

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