- 제출된 URL:
- https://teraverseapp.com/리디렉션됨
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="UTF-8">
<title>TeraGogo is not available in current area</title>
<meta content="text/html" http-equiv="Content-Type">
<link crossorigin="anonymous" href="https://s2.teraverseapp.com/html-v5/public/favicon.ico" rel="shortcut icon" type="images/x-icon">
<style>
body,
html {
height: 100%;
width: 100%;
padding: 0;
}
body {
padding: 0;
margin: 0;
box-sizing: border-box;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.logo {
margin-bottom: 24px;
height: 88px;
}
.error-text {
text-align: center;
font-size: 20px;
font-weight: 500;
line-height: 32px;
color: #000;
}
</style>
</head>
<body>
<img class="logo" alt="Error: 302" src="https://s2.teraverseapp.com/html-v5/public/favicon.ico">
<div class="error-text">
<div>Sorry</div>
<div>TeraGogo is not available in current area</div>
</div>
</body></html>