Created
December 20, 2017 08:00
-
-
Save YonatanKra/5c88ea77edc3212b3a3d8c649840cedf to your computer and use it in GitHub Desktop.
form.index.html version 1
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
<form name="phrase-form"> | |
<input name="phrase" | |
class="phrase-input" | |
type="text"> | |
<input type="submit" | |
class="phrase-input-button" value="Start Awesomeness!"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment