- ID da verificação
- 8a910244-7f1a-4aef-a239-9fe0e3e810ceConcluído
- URL enviado:
- https://b12sites.com/
- Relatório concluído:
Links · 0 encontrado(s)
Os links de saída identificados na página
Variáveis JavaScript · 3 encontrada(s)
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 lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registro do console · 2 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
error | network |
|
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<style>
body {
background-color: rgb(252, 252, 252);
color: #222222;
font-family: sans-serif;
}
h1 {
font-family: $font-family-serif;
font-weight: 200;
font-size: 50px;
letter-spacing: 2.3px;
line-height: 67px;
margin-bottom: 20px;
text-align: center;
}
.error-page {
padding-top: 50px;
}
.error-text {
font-size: 20px;
font-weight: 300;
height: 26px;
letter-spacing: 0.8px;
margin-bottom: 5px;
margin-top: 0px;
text-align: center;
}
</style>
</head>
<body>
<div class="error-page">
<h1>404</h1>
<p class="error-text">
Looks like an error :/
</p>
<p class="error-text">
Head back <a href="/"> home</a>.
</p>
</div>
</body></html>