https://noxbox.nl/

已提交的 URL:
https://noxbox.nl/
報告完成時間:

連結 · 找到 0 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 3 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 0 條

記錄到 Web 主控台的訊息

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html lang="nl"><head>
<meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1"><title>noxbox</title>
<style>
	.nox {
	  display: grid;
	  place-items: center;
  
	  background: #333333;
	  width: 100vw;
	  height: 100vh;
  
	  resize: both;
	  overflow: auto;
	}

	.box {
	  font-size: 1rem;
	  text-align: center;
	}

	body {
	  font-family: system-ui, serif;
	  color: white;
	}
</style>
<link rel="SHORTCUT ICON" href="/favicon.ico"> 
<link rel="icon" href="favicon.ico" type="image/x-icon"> 
</head>
<body>
<div class="nox">
  <div class="box" contenteditable="">
   <img src="/IMG/nxbx.gif" alt="noxbox">
   <p>Alleen in het holst van de nacht</p>
  </div>
</div>



</body></html>