- ID da verificação
- cc4d0a08-b3b6-4842-88d9-d93e0746ce8fConcluído
- URL enviado:
- https://sms.next/Cv231YOrQZ
- Relatório concluído:
Ligações · 0 encontradas
As ligações de saída identificadas na página
Variáveis JavaScript · 3 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registo da consola · 2 encontradas
Mensagens registadas na consola web
Tipo | Categoria | Registo |
---|---|---|
error | network |
|
error | network |
|
HTML
O corpo HTML em bruto da 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>