Created
July 24, 2020 13:59
-
-
Save marmeladze/fb9b576966eb94e1f961330b9cc99225 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body> | |
| <h3>Create new user</h3> | |
| <form method="POST" action="/user"> | |
| <input placeholder="First Name" type="text" name="first_name" /> | |
| <input placeholder="Last Name" type="text" name="last_name" /> | |
| <input placeholder="Email" type="text" name="email" /> | |
| <button type="submit"> Submit</button> | |
| </form> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment