Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
<form method="post" action="send-email.php">
  • Loading branch information
kydmasong-dev authored Mar 31, 2024
1 parent b6cd1b8 commit 08dd23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h3>Welcome to my personal website!</h3>
<!-- Contact -->
<article id="contact">
<span class="image main"><img src="images/contact-me.svg" alt="" /></span>
<form method="post" action="#">
<form method="post" action="send-email.php">
<div class="fields">
<div class="field half">
<label for="demo-name">Your Name</label>
Expand Down

0 comments on commit 08dd23c

Please sign in to comment.