Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyasethh committed Aug 4, 2023
1 parent 0e50856 commit 494f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 class="text-center">Contact Us</h2>
</div>
<div class="form-group">
<label>Email ID</label>
<input type="email" name="email" autocomplete="off" class="form-control" required>
<input type="email" id ="email" name="email" autocomplete="off" class="form-control" required>
</div>
<div class="text-center">
<button type="submit" class="btn btn-success">Submit</button>
Expand Down

0 comments on commit 494f651

Please sign in to comment.