Advertisement
Guest User

Untitled

a guest
Jan 25th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. </head>
  6. <body>
  7. <form action="logreg.php" method="post" accept-charset="utf-8">
  8. <label>Username: </label><input type="text" name="username" value="" placeholder="Username">
  9. <br />
  10. <label>Password: </label><input type="password" name="password" value="" placeholder="Password">
  11. <br />
  12. <input type="submit" name="login" value="Login">
  13. <input type="submit" name="register" value="Register">
  14. </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement