-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnewslist.html
25 lines (21 loc) · 955 Bytes
/
newslist.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: plain
title: Elog.io - Subscribe
root: "../"
---
<p />
<div class="faq">
<h2>Subscribe to our news list</h2>
<p>
We send announcements infrequently, about once a month, about important
updates and messages about Elog.io and related projects. By signing up
here, you'll get notifications about Elog.io. If you also want to receive
notifications from our founder and Commons Machinery (the company that
founded Elog.io), you can head to our <a href="http://lists.coyote.org/?p=subscribe&id=1">mailing list system</a> and make your own selection.
</p>
<form method="post" action="http://lists.coyote.org/?p=subscribe&id=1" name="subscribeform">
<input type="hidden" name="list[4]" value="signup" />
<input type="text" name="email" size="40" placeholder="Your email address" />
<br /><br /><input type=submit name="subscribe" value="Subscribe to our newsletter" />
</form>
</div>