- 掃描 ID:
- 8a910244-7f1a-4aef-a239-9fe0e3e810ce已完成
- 已提交的 URL:
- https://b12sites.com/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 2 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
error | network |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<style>
body {
background-color: rgb(252, 252, 252);
color: #222222;
font-family: sans-serif;
}
h1 {
font-family: $font-family-serif;
font-weight: 200;
font-size: 50px;
letter-spacing: 2.3px;
line-height: 67px;
margin-bottom: 20px;
text-align: center;
}
.error-page {
padding-top: 50px;
}
.error-text {
font-size: 20px;
font-weight: 300;
height: 26px;
letter-spacing: 0.8px;
margin-bottom: 5px;
margin-top: 0px;
text-align: center;
}
</style>
</head>
<body>
<div class="error-page">
<h1>404</h1>
<p class="error-text">
Looks like an error :/
</p>
<p class="error-text">
Head back <a href="/"> home</a>.
</p>
</div>
</body></html>