- 제출된 URL:
- https://masque-relay.cloudflare.com/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 2개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html><head><style>
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
margin: 0;
padding: 0;
}
.internal-error {
width: 100vw;
height: 100vh;
background-color: #E5E5E5;
justify-content: center;
align-items: center;
}
.internal-error__card {
flex-direction: column;
align-items: center;
height: 532px;
width: 458px;
background-color: #ffffff;
box-shadow: 0px 4px 8px rgba(146, 151, 155, .15);
border-radius: 6px;
}
.internal-error__logo {
margin-top: 80px;
margin-bottom: 80px;
}
.internal-error__content {
width: 296px;
text-align: center;
line-height: 20px;
margin-bottom: 80px;
}
.text {
font-family: 'Roboto', serif;
margin: 0;
}
.flex {
display: flex;
}
.font-20 {
font-size: 20px;
}
.font-16 {
font-size: 14px;
}
.font-14 {
font-size: 14px;
}
.font-black {
color: #36393A;
}
.font-gray {
color: #62676A;
}
.font-bold {
font-weight: bold;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
</style>
<title> Proxy Error</title>
</head>
<body>
<div class="internal-error flex">
<div class="internal-error__card flex">
<div class="internal-error__logo flex">
</div>
<p class="flex text font-black font-20 margin-bottom-20">Forbidden</p>
<p class="flex text font-black font-bold font-20 margin-bottom-20">HTTP Response Code: 403</p>
<p class="flex text font-16 font-gray">23d2ac5ea70000384500449400000001</p>
<p class="flex text font-16 font-gray">2024-11-15 18:26:07.144504706 UTC</p>
</div>
</div></body></html>