Sava12012 / homepage

My very own personal website. Basically this is just a résumé.
https://sava12012.github.io/homepage/
MIT License
0 stars 0 forks source link

add Footer-SubscribeForm #6

Closed Sava12012 closed 1 year ago

Sava12012 commented 1 year ago
<footer>
  <div class="container">
    <h3>Subscribe to our Newsletter</h3>
    <form class="subscribe-form" action="#" method="post">
      <input type="email" name="email" placeholder="Enter your email" required>
      <button type="submit">Subscribe</button>
    </form>
  </div>
</footer>