Skip to content

Commit

Permalink
chore: Update email form action URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny2125 committed Nov 8, 2024
1 parent 2c35024 commit 7a9bf27
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -8,7 +8,7 @@
</head>
<body>
<!-- forgot password input form -->
<form action="mail.php" method="post">
<form action="pages/mail.php" method="post">
<input type="email" name="email" id="email" placeholder="Enter your email" value=>
<button type="submit">Submit</button>
</form>
Expand Down
File renamed without changes.

0 comments on commit 7a9bf27

Please sign in to comment.