Skip to content

Commit f8512bd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ <h4>Downtown Avenue</h4>
251251
<div class="contact__form">
252252
<h2>Contact Us</h2>
253253
<p>Let's embark on this exciting journey together.</p>
254-
<form action="submit_form.py" method="POST">
254+
<!-- <form action="submit_form.py" method="POST"> -->
255+
<form>
255256
<input type="text" name="first_name" placeholder="First Name" required />
256257
<input type="text" name="last_name" placeholder="Last Name" required />
257258
<input type="email" name="email" placeholder="Email Address" required />

0 commit comments

Comments
 (0)