Skip to content

Commit d20ec44

Browse files
authored
Update index.html
1 parent f8512bd commit d20ec44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,14 @@ <h4>Downtown Avenue</h4>
252252
<h2>Contact Us</h2>
253253
<p>Let's embark on this exciting journey together.</p>
254254
<!-- <form action="submit_form.py" method="POST"> -->
255-
<form>
255+
256+
<form>
256257
<input type="text" name="first_name" placeholder="First Name" required />
257258
<input type="text" name="last_name" placeholder="Last Name" required />
258259
<input type="email" name="email" placeholder="Email Address" required />
259260
<input type="tel" name="phone" placeholder="Phone Number" required />
260261
<textarea name="message" placeholder="Message" required></textarea>
261-
<button type="submit" class="submit-btn" onclick=submit() >Submit</button>
262+
<button type="submit" class="submit-btn" onclick="submit()" >Submit</button>
262263
</form>
263264
</div>
264265
</div>

0 commit comments

Comments
 (0)