- 제출된 URL:
- https://0x1b.tech/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
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>