- 掃描 ID:
- f6668957-9fb7-431f-8198-807d25c6e675已完成
- 已提交的 URL:
- https://brz.ai/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 2 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
error | network |
|
HTML
頁面的原始 HTML 主體
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#103558">
<style>
hr, div, p, body {margin: 0}
html {line-height: 1;}
div {text-align: center;}
.error {font-size: 48pt; font-weight: normal; padding-top: 10px;}
.message {font-size: 16pt; font-weight: bold;}
.info {font-size: 14pt;}
hr {color: #d8dcde; margin-top: 24px; margin-bottom: 24px; padding: 0; height: 0; width: 100%;}
</style>
<title>404 | Not Found or Expired</title>
</head>
<body>
<div>
<p class="error">404</p>
<hr>
<p class="message">Uh-oh, we can't seem to find the page you're looking for.</p>
<p class="info">This means you've clicked on or entered an invalid URL.</p>
</div>
</body></html>