dithph

aul_jelek

Dec 4th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>LOGIN</title>
  5. </head>
  6. <body>
  7. <h1 align="center"> FORM LOGIN </h1>
  8. <form align="center" action="berhasil_login.php">
  9. <table align="center">
  10. <tr>
  11. <td>Username</td>
  12. <td><input type="text" name="username"></td>
  13. </tr>
  14. <tr>
  15. <td>Password</td>
  16. <td><input type="text" name="password"></td>
  17. </tr>
  18. <tr>
  19. <td colspan="2">
  20. <button type="submit" name="submit">KIRIM</button>
  21. </td>
  22. </tr>
  23. </table>
  24. </form>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment