https://jsitor.com/RAPG4k6Gss

ID da verificação
bf2b365a-945a-4c6e-a533-e30dbf0dfcf2Concluído
URL enviado:
https://jsitor.com/RAPG4k6Gss
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://jsitor.com/RAPG4k6Gss
Texto
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://jsitor.com/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML bruto da página

<html><head></head><body><div class="container">
  <div class="copy-container center-xy">
    <p>
      404, page not found.
    </p>
  </div>
</div>

<style>
  @import url("https://fonts.googleapis.com/css?family=Roboto+Mono");

  .center-xy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  html,
  body {
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
  }

  html {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  body {
    background-color: #000;
  }

  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  .container {
    width: 100%;
  }

  .copy-container {
    text-align: center;
  }

  p {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.2px;
    margin: 0;
  }

  .handle {
    background: #ffe500;
    width: 14px;
    height: 30px;
    top: 0;
    left: 0;
    margin-top: 1px;
    position: absolute;
  }

  #cb-replay {
    fill: #666;
    width: 20px;
    margin: 15px;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: inherit;
    cursor: pointer;
  }

  #cb-replay:hover {
    fill: #888;
  }
</style></body></html>