https://www.matheusmoreira.com/

ID da verificação
5b62a180-e342-4adf-9539-25259eb01b30Concluído
URL enviado:
https://matheusmoreira.com/Redirecionado
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 · 1 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://www.matheusmoreira.com/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 lang="en"><head>
    <meta charset="utf-8">
    <meta name="referrer" content="no-referrer">
    <link rel="stylesheet" href="/css/matheusmoreira.css">
    <title>matheusmoreira.com</title>
    <meta name="author" content="Matheus Afonso Martins Moreira">
    <meta name="description" content="Stuff I think about and don't want to forget.">
  </head>
  <body>
    <header>
      <a href="/">Matheus Moreira</a>
      <nav><a href="/">Index</a></nav>
    </header>
    <main>
      <h1>A first step</h1>
      <p>
        They say getting started is the hardest part, so I'm glad that's over.
        Now what shall I write about? I have some ideas...
      </p>
      <nav>
        <ol>
          <li>
            <a href="/articles/self-contained-lone-lisp-applications">Self-contained Linux applications with lone lisp</a>
          </li>
          <li>
            <a href="articles/managing-dotfiles-with-make">Managing dotfiles with Make</a>
          </li>
          <li><a href="articles/linux-system-calls">Linux system calls</a></li>
        </ol>
      </nav>
    </main>
  

</body></html>