Skip to content

Commit

Permalink
Update contact-test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vavroom committed Apr 23, 2024
1 parent 5eb352e commit 92d6eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Testing Basin forms for contact.
<label for="email" autocomplete="on">Email (required):</label>
<input type="email" id="email" name="email" aria-required="true">
<label for="msg">Message:</label>
<textarea id="msg" name="msg" rows="5" cols="20">
<textarea id="msg" name="msg" rows="5" cols="20"></textarea>
<input type="submit" value="Submit">
</form>

0 comments on commit 92d6eb8

Please sign in to comment.