Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiusMainja committed Nov 27, 2024
1 parent 94b42ff commit df7790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1 class="text-6xl md:text-6xl md:text-left lg:text-7xl dm-serif-text-regular
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Contact Form -->
<div class="bg-gray-100 dark:bg-gray-800 p-6 md:p-8 rounded-lg shadow-md">
<form action="https://submit.formspark.io/f/YOUR_FORM_ID" method="POST" class="space-y-4 md:space-y-6">
<form action="https://submit-form.com/O5g1MKTqR" method="POST" class="space-y-4 md:space-y-6">
<div>
<label for="name" class="block mb-2 text-sm md:text-base dark:text-gray-200">Full Name</label>
<input type="text" id="name" name="name" required
Expand Down

0 comments on commit df7790a

Please sign in to comment.