-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
58 lines (44 loc) · 1.32 KB
/
join.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<title>Empty Sky Go Club</title>
<link rel="stylesheet" href="/new/style.css" type="text/css">
<script type="text/javascript" src="/new/jquery.js"></script>
<script>
eidogoConfig = {enableShortcuts: true};
</script>
<script type="text/javascript" src="http://eidogo.com/player/js/all.compressed.js"></script>
</head>
<body>
<h1>Empty Sky Go Club</h1>
<div id="nav">
<ul>
<li><a href="/wherewhen.phtml">Where & When We Play</a></li>
<li><a href="/members.phtml">Our Members</a></li>
<li><a href="/league">League</a></li>
<li><a href="mailto:[email protected]">Contact Us</a></li>
<li><a href="/join.html">Mailing List</a></li>
<li><a href="/links.html">Go Links</a></li>
</ul>
</div>
<div id="content">
<strong><big><big>JOIN OUR MAILING LIST</big></big></strong><br>
<p><small>(all fields required)</small></p>
<form name="input" action="mailto:[email protected]" method="post">
Type your full name:
<input type="text" name="Name" size="20">
<br>Type your email address:
<input type="text" name="email" size="20">
<br>
<select name="subscribe">
<option value="subscribe">Subscribe</option>
<option value="unsubscribe">Unsubscribe</option>
</select>
<br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
</font>
</td></tr></table>
</div>
</body>
</html>