PaperModX/layouts/partials/newsletter_sub_form.html

9 lines
273 B
HTML
Raw Normal View History

2022-09-07 09:49:18 +01:00
{{/* Add `layouts/partials/newsletter_sub_form.html` in your own code to customize the form */}}
2023-01-19 10:59:49 +00:00
<div class="subscribe-form">
2022-09-07 09:49:18 +01:00
<form action="">
<input type="text" name="email" placeholder="Your email address">
2023-01-17 16:36:09 +00:00
<button>Subscribe | 订阅</button>
2022-09-07 09:49:18 +01:00
</form>
</div>