- ID scansione:
- 1f29881d-f2f7-49ed-997f-161b3c054c42Fatto
- URL inviato:
- https://wearedevs.net/d/shadow
- Report terminato:
Link · 0 trovati
I link in uscita identificati dalla pagina
Variabili JavaScript · 3 trovate
Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messaggi di log della console · 1 trovati
Messaggi registrati nella console Web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
HTML
Il corpo HTML non elaborato della pagina
<!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>