- 掃描 ID:
- 76dac93e-ae9e-4f99-9cce-8fe150d3b925已完成
- 已提交的 URL:
- https://protected-forms.com/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<html><head>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<title>404 page not found | KnowBe4</title>
<style type="text/css">
body {
padding-top: 50px;
background-color: #fff;
font-family: 'Open Sans', sans-serif;
}
.container {
text-align: center
}
.container .image {
display: inline-block;
text-align: left;
}
.container .description {
display: inline-block;
text-align: left;
}
.stu {
padding-right: 50px;
width: 150px;
margin-bottom: -190px;
}
h1 {
font-size: 22px;
margin: 10px 0;
font-weight: 300;
color: #444;
padding-bottom: 12px;
}
p {
font-size: 12px;
color: #929292;
font-weight: bold;
padding-top: 12px;
}
a {
border: none;
border-radius: 3px;
padding: 12px 24px;
font-size: 14px;
background-color: #f26721;
color: white;
text-decoration: none;
display: inline-block;
}
a:hover {
background-color: #e05f1e;
}
@media screen and (max-width: 650px) {
.image {
width: 100%;
}
.stu {
padding-right: 0px;
width: 80px;
margin-bottom: 0px;
}
.container .description {
text-align: center;
}
.container .image {
text-align: center;
}
}
</style>
</head>
<body>
<div class="container">
<div class="image">
<img class="stu" src="/img/404-stu.png">
</div>
<div class="description">
<h1>
<strong>One million web pages out there,</strong>
<br> but this is not the one you're looking for.
</h1>
<a href="/">Home</a>
<p>Error code: 404</p>
</div>
</div>
</body></html>