Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 13c78b2 commit a1c1bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
<div class="form-group row">
<label for="inputName" class="col-sm-2 col-form-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputName" cols="2" rows="8" placeholder="Please enter your name">
<input type="text" class="form-control" id="inputName">
</div>
</div>
<div class="form-group row">
<label for="inputEmail" class="col-sm-2 col-form-label">Email</label>
<div class="input-group col-sm-10">
<div class="input-group-prepend"><i class="input-group-text fa fa-envelope"></i></div>
<input type="email" class="form-control" id="inputEmail" cols="2" rows="8" placeholder="Email">
<input type="email" class="form-control" id="inputEmail">
</div>
</div>
<div class="form-group row">
<label for="inputMessage" class="col-sm-2 col-form-label">Message</label>
<div class="col-sm-10">
<textarea name="inputMessage" cols="40" rows="8" class="form-control"></textarea>
<textarea name="inputMessage" cols="40" rows="8" class="form-control" placeholder="Please input here"></textarea>
</div>
</div>
<div class="form-group row">
Expand Down

0 comments on commit a1c1bf7

Please sign in to comment.