- 掃描 ID:
- c5bb8d16-ab15-44d7-aa50-e7bb02c3a9a9已完成
- 已提交的 URL:
- https://0x1b.tech/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 0 條
記錄到 Web 主控台的訊息
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>0x1b</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
background-color: #171717;
margin: 0;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
div.logo {
max-width: 185px;
display: flex;
flex-direction: column;
align-items: center;
}
h1 {
margin: 0;
color: white;
font-family: Montserrat;
font-size: 80px;
line-height: 0.8;
margin-top: 30px;
}
div.container {
max-width: 160px;
max-height: 160px;
color: white;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
div.border {
height: 36px;
width: 36px;
}
div.box {
height: 34px;
width: 34px;
}
</style>
</head>
<body>
<div class="logo">
<div class="container">
<div class="border" style="border-top: 10px solid #fff; border-left: 10px solid #fff;"></div>
<div class="box"></div>
<div class="box"></div>
<div class="border" style="border-top: 10px solid #fff; border-right: 10px solid #fff;"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="border" style="border-bottom: 10px solid #fff; border-left: 10px solid #fff;"></div>
<div class="box"></div>
<div class="box"></div>
<div class="border" style="border-bottom: 10px solid #fff; border-right: 10px solid #fff;"></div>
</div>
<h1>0x1b</h1>
</div>
</body></html>