- ID da verificação
- 1f29881d-f2f7-49ed-997f-161b3c054c42Concluído
- URL enviado:
- https://wearedevs.net/d/shadow
- 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 · 1 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>(Error 404) Page Does Not Exist | WeAreDevs</title>
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
<link href="/css/main.css?v=26" rel="stylesheet" type="text/css">
<link href="/css/themes/night.css?v=26" rel="stylesheet" type="text/css">
<style>
body{
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-around;
}
a {
color: gray;
text-decoration: none;
font-size: 15px;
}
body > div{
display: flex;
justify-content: center;
height: 100vh;
text-align: center
}
body div div{
display: block;
margin: auto;
}
</style>
</head>
<body>
<div>
<div>
<h1>Error 404</h1>
<br>
<p>Page Does Not Exist</p>
<br>
<a href="https://wearedevs.net">https://wearedevs.net</a>
</div>
</div>
</body></html>