Created
October 3, 2021 12:34
-
-
Save Octagon-simon/593e3bf76c474ba8c142961e633610be 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
| <html> | |
| <form method="post"> | |
| <input name="fname"> <br> | |
| <input name="lname"> <br> | |
| <input name="email"> <br> | |
| <button type="submit">Submit</button> | |
| </form> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment