-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmailing_list.html
40 lines (31 loc) · 998 Bytes
/
mailing_list.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cduino Mailing List</title>
<meta name="keywords" content="arduino, programming, C programming,
make, vi, avrdude, atmel, microcontroller, mailing list" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
The mailing list is hosted on google groups.
<p />
<a href="http://groups.google.com/group/cduino">View Archive</a>
<p />
<table border=0 style="background-color: #fff; padding: 0px;" cellspacing=0>
<tr><td>
</td></tr>
<tr><td style="padding-left: 0px">
<b>Subscribe to cduino</b>
</td></tr>
<form action="http://groups.google.com/group/cduino/boxsubscribe">
<tr><td style="padding-left: 0px;">
Email: <input type=text name=email>
<input type=submit name="sub" value="Subscribe">
</td></tr>
</form>
<tr><td align=right>
<a href="http://groups.google.com/group/cduino">Visit this group</a>
</td></tr>
</table>
</body>
</html>