Created
October 27, 2021 09:20
-
-
Save Octagon-simon/0245f4e77e2b19499d7a3c7721327174 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
| <button id="btn_save" type="button">Save</button> | |
| <form id="form_multi_upload" method="POST"> | |
| <input id="inp_fname" type="text" name="fname"> | |
| <input id="inp_fname" type="text" name="lname"> | |
| <input id="inp_email" type="email" name="email"> | |
| <button id="btn_submit" type="submit">Upload</button> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment