Guest User

Untitled

a guest
Apr 28th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <!-- login form page -->
  2. <html>
  3. <body>
  4. <form action="loginauth.php" method="post">
  5.     <p>Username: <input type="text" name="username" /></p>
  6.     <p>Password: <input type="text" name="password" /></p>
  7.     <p><input type="submit" value="Log In"></p>
  8. </form>
  9. </body>
  10. </html>
Add Comment
Please, Sign In to add comment