Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>LOGIN</title>
- </head>
- <body>
- <h1 align="center"> FORM LOGIN </h1>
- <form align="center" action="berhasil_login.php">
- <table align="center">
- <tr>
- <td>Username</td>
- <td><input type="text" name="username"></td>
- </tr>
- <tr>
- <td>Password</td>
- <td><input type="text" name="password"></td>
- </tr>
- <tr>
- <td colspan="2">
- <button type="submit" name="submit">KIRIM</button>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment