Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffbymax authored Feb 29, 2024
1 parent 25b60dd commit ef9fbac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,19 +223,7 @@ <h2 class="section-heading" >form</h2>
<label for="name">Name:</label>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" class="form-control" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea class="form-control" id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary" id="submit">Submit</button>
</form>


</div>
<br>
<div class="container">
<section class="contact">
Expand Down

0 comments on commit ef9fbac

Please sign in to comment.