Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent 87247e4 commit a3844c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
</nav>
</body>

<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">

<!-- Header -->
<div class="w3-opacity">
<span class="w3-button w3-xxlarge w3-white w3-right" onclick="w3_open()"><i class="fa fa-bars"></i></span>
<div class="w3-clear"></div>
<header class="w3-center w3-margin-bottom">

<form action="" method="post">
First Name: <input type="text" name="first_name"><br>
Last Name: <input type="text" name="last_name"><br>
Expand Down

0 comments on commit a3844c2

Please sign in to comment.