https://paulvstyson.neocities.org/

ID da verificação
eda649e5-063e-44e2-8615-981450e21803Concluído
URL enviado:
https://paulvstyson.neocities.org/
Relatório concluído:

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

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registro do console · 2 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://paulvstyson.neocities.org/
Texto
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://paulvstyson.neocities.org/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Page Not Found</title>
    <style>
      body {
        font-family: Arial, Helvetica, sans-serif;
      }
    </style>
  </head>
  <body>
    <center>
      <h1>Page Not Found</h1>
      <h2>The requested web page was not found on this site.</h2>
    </center>
  

</body></html>