- ID de exploración:
- 1f29881d-f2f7-49ed-997f-161b3c054c42Finalizado
- URL enviada:
- https://wearedevs.net/d/shadow
- 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
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensajes de registro de la consola: 1 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registro |
---|---|---|
error | network |
|
HTML
El cuerpo HTML sin procesar de la 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>