Skip to content

Commit

Permalink
SUbscribe mail form tag and validations added
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Jun 2, 2024
1 parent edd0e85 commit 84d47ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ const Footer = () => {
return (
<footer>
<div className="row-flex">
<form action="/" method="post">
<input type="email" placeholder="EMAIL ADDRESS" name="email" required />
<input type="submit" placeholder="SUBSCRIBE" name="subscribe" value="SUBSCRIBE" required />
</form>
</div>
<div className="foot">
<div className="foot-left">
Expand Down

0 comments on commit 84d47ba

Please sign in to comment.