- 掃描 ID:
- 9f2b6a49-1b3c-4d05-ae4f-9ac1e0f1da89已完成
- 已提交的 URL:
- https://teraverseapp.com/已重新導向
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 0 條
記錄到 Web 主控台的訊息
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>