Advertisement
Guest User

TOl

a guest
Jul 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Login Page</title>
  6. </head>
  7.  
  8. <body>
  9. <form method="post" action="signingIn.php" >
  10. E-Mail/Login<br>
  11. <input type="text" name="login"><br>
  12. Password<br>
  13. <input type="password" name="pwd"><br>
  14. <input type="submit" name="submit" value="SIGN IN"><br>
  15. </form>
  16.  
  17. <br>
  18. <br>
  19.  
  20. <button onClick='location.href="register.php"' type="button">SIGN UP</button>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement