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.
-->
2022-10-31 18:16:46 +00:00
<form method="post" action="https://listmonk.nunosempere.com/subscription/form" class="listmonk-form">
<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>
<input id="82ff8" type="checkbox" name="l" checked value="82ff889c-f9d9-4a45-bf9a-7e2696813021" />
<label for="82ff8" style="font-size: 18px">nunosempere.com</label>
</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>
...or send me an email to list@nunosempere.com with subject "Subscribe to blog" and your name.
</p>