Created
January 5, 2019 02:24
-
-
Save stephencweiss/1b00999b5d3bf41720980c73dc6c78c8 to your computer and use it in GitHub Desktop.
This file contains 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
<div> | |
<form class="form-class"> | |
<input type="text" name="customer" placeholder="Your Name" required> | |
<input type="submit"> | |
</form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment