https://l4ndbo.com/

ID da verificação
561554c5-5c39-4bfb-ac65-ee3653e8434cConcluído
URL enviado:
https://l4ndbo.com/
Relatório concluído:

Variáveis JavaScript · 3 encontrada(s)

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registro do console · 3 encontrada(s)

TipoCategoriaLog
errornetwork
URL
https://l4ndbo.com/style.css
Texto
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://l4ndbo.com/index.js
Texto
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://l4ndbo.com/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="da"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>L4ndbo</title>
    <link rel="stylesheet" href="./style.css">
    <link rel="icon" href="./favicon.ico" type="image/x-icon">
  </head>
  <body>
    <main>
        <h1>L4ndbo</h1>  
    </main>
	<script src="index.js"></script>
  
</body></html>