nunosempere.com/.subscribe/index.html

28 lines
1.1 KiB
HTML
Raw Normal View History

2023-01-07 11:42:37 +00:00
<!--
Send me an email to list@nunosempere.com with subject "Subscribe to blog" and your name.
There previously was a form here, but I think someone was inputting random emails, so that's it for now.
-->
2023-02-04 16:25:42 +00:00
<form method="post" action="https://list.nunosempere.com/subscription/form" class="listmonk-form">
2022-10-31 18:16:46 +00:00
<div>
<h3>Subscribe</h3>
<input type="hidden" name="nonce" />
2022-11-08 12:39:58 +00:00
<p><input type="email" name="email" required placeholder="E-mail" class="subscribe-input"/></p>
2023-01-07 11:42:37 +00:00
<p><input type="text" name="name" placeholder="Name (helps me filter out malicious entries)" class="subscribe-input"/></ap>
2022-10-31 18:16:46 +00:00
<p>
2023-02-11 21:44:30 +00:00
<input id="c469b" type="checkbox" name="l" checked value="c469bee2-2754-4360-b97b-4f8d2bf62363" />
<label for="c469b" style="font-size: 18px">nunosempere.com</label>
2022-10-31 18:16:46 +00:00
</p>
2022-11-08 12:39:58 +00:00
<p><input type="submit" value="Subscribe" class="subscribe-button"/></p>
2022-10-31 18:16:46 +00:00
</div>
</form>
2023-01-07 11:42:37 +00:00
<p>
2023-02-11 21:44:30 +00:00
The reason why I am asking for subscribers' names is explained <a href="https://nunosempere.com/.subscribe/why-name">here</a>.
2023-01-07 11:42:37 +00:00
</p>