https://l4ndbo.com/

URL inviato:
https://l4ndbo.com/
Report terminato:

Variabili JavaScript · 3 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 3 trovati

TipoCategoriaLog
errornetwork
URL
https://l4ndbo.com/style.css
Testo
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://l4ndbo.com/index.js
Testo
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://l4ndbo.com/favicon.ico
Testo
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>