- ID da verificação
- f6668957-9fb7-431f-8198-807d25c6e675Concluído
- URL enviado:
- https://brz.ai/
- 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
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#103558">
<style>
hr, div, p, body {margin: 0}
html {line-height: 1;}
div {text-align: center;}
.error {font-size: 48pt; font-weight: normal; padding-top: 10px;}
.message {font-size: 16pt; font-weight: bold;}
.info {font-size: 14pt;}
hr {color: #d8dcde; margin-top: 24px; margin-bottom: 24px; padding: 0; height: 0; width: 100%;}
</style>
<title>404 | Not Found or Expired</title>
</head>
<body>
<div>
<p class="error">404</p>
<hr>
<p class="message">Uh-oh, we can't seem to find the page you're looking for.</p>
<p class="info">This means you've clicked on or entered an invalid URL.</p>
</div>
</body></html>