https://l4ndbo.com/

送信済みURL:
https://l4ndbo.com/
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 3件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

コンソールログメッセージ · 3件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://l4ndbo.com/style.css
テキスト
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://l4ndbo.com/index.js
テキスト
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://l4ndbo.com/favicon.ico
テキスト
Failed to load resource: the server responded with a status of 404 ()

HTML

未加工の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>