Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viewhubcorp committed Jan 6, 2024
1 parent 537c3e2 commit c8f1442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h3 class="mb-4 md:text-2xl text-xl font-medium">Get In Touch !</h3>
<div class="grid grid-cols-1 lg:grid-cols-12 md:grid-cols-2 mt-8 items-center gap-[30px]">
<div class="lg:col-span-8">
<div class="p-6 rounded-md shadow bg-white dark:bg-slate-900">
<form method="post" action="mailto:[email protected]" enctype="text/plain" id="myForm">
<form method="get" action="mailto:[email protected]" enctype="text/plain" id="myForm">
<p class="mb-0" id="error-msg"></p>
<div id="simple-msg"></div>
<div class="grid lg:grid-cols-12 lg:gap-[30px]">
Expand All @@ -238,7 +238,7 @@ <h3 class="mb-4 md:text-2xl text-xl font-medium">Get In Touch !</h3>
<textarea name="comments" id="comments" class="form-input textarea h-28" placeholder="Message :"></textarea>
</div>
</div>
<button type="submit" id="submit" name="send" class="btn bg-violet-600 hover:bg-violet-700 border-violet-600 hover:border-violet-700 text-white rounded-md h-11 justify-center flex items-center">Send Message</button>
<button type="submit" id="submit" class="btn bg-violet-600 hover:bg-violet-700 border-violet-600 hover:border-violet-700 text-white rounded-md h-11 justify-center flex items-center">Send Message</button>
</form>
</div>
</div>
Expand Down

0 comments on commit c8f1442

Please sign in to comment.