- 扫描 ID:
- 7c1cb54d-9321-4e4f-87c8-b57d46b7bfe6已完成
- 提交的 URL:
- https://jsitor.com/6J3KSH-h1d
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 2 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
error | network |
|
HTML
页面的原始 HTML 正文
<html><head></head><body><div class="container">
<div class="copy-container center-xy">
<p>
404, page not found.
</p>
</div>
</div>
<style>
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
.center-xy {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
html,
body {
font-family: "Roboto Mono", monospace;
font-size: 16px;
}
html {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
background-color: #000;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
.container {
width: 100%;
}
.copy-container {
text-align: center;
}
p {
color: #fff;
font-size: 24px;
letter-spacing: 0.2px;
margin: 0;
}
.handle {
background: #ffe500;
width: 14px;
height: 30px;
top: 0;
left: 0;
margin-top: 1px;
position: absolute;
}
#cb-replay {
fill: #666;
width: 20px;
margin: 15px;
right: 0;
bottom: 0;
position: absolute;
overflow: inherit;
cursor: pointer;
}
#cb-replay:hover {
fill: #888;
}
</style></body></html>