-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge2.htm
executable file
·130 lines (119 loc) · 4.25 KB
/
challenge2.htm
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>join</title>
<bgsound src="trooper.mid" loop="infinite">
</head>
<body background="back.gif" text="#FFFF00">
<h1 align="center"><img src="logob.jpg"
alt="So Ya Wanna Join?" width="254" height="254"></h1>
<h1 align="center"><font color="#FFFF00" size="5"><b><i>So,</i></b><b>
you want fight the GDIntellegence?</b></font></h1>
<hr>
<h1 align="center">Challengers:</h1>
<p align="center"><font color="#FFFF00" size="3">ClanGDI is
looking for possible clans to compete against. If you are a good
Quake/Quake2 clan who plays the Competitive Q2 Mod as well as
Rocket Arena 2 and CTF2, please fill out this form and it will be
EMailed to the Clan's webmaster.</font></p>
<hr>
<form action="mailto:clangdi@hotmail.com?subject=" method="POST"
enctype="text/plain" challenge gdi">
<p><name="how_they_heard_about_us"> </p>
<p><b>Please provide the following contact information:</b></p>
<blockquote>
<table border="0">
<tr>
<td align="right"><em>Name of a Clan Member</em></td>
<td><input type="text" size="25"
name="Contact_FullName"> </td>
</tr>
<tr>
<td align="right"><em>Quake2 Clan Name</em></td>
<td><input type="text" size="25"
name="Quake2 Name"> </td>
</tr>
<tr>
<td align="right"><em>Clan E-mail</em></td>
<td><input type="text" size="25"
name="Contact_Email"> </td>
</tr>
<tr>
<td align="right"><em>Any Clan member's ICQ#</em></td>
<td><input type="text" size="25"
name="Contact_icq"> </td>
</tr>
</table>
</blockquote>
<p><b>Location on this planet:</b></p>
<blockquote>
<p><select name="location" size="3">
<option selected>North America </option>
<option>Europe </option>
<option>Asia </option>
</select> <br>
</p>
</blockquote>
<p><b>Average Clan Connection Speed:</b></p>
<blockquote>
<p><select name="connection" size="1">
<option>28.8k </option>
<option selected>33.6k </option>
<option>56k </option>
<option>Single ISDN </option>
<option>Duel ISDN </option>
<option>Cable </option>
<option>T1 </option>
<option>T3 (yeah, right)</option>
</select> <br>
</p>
</blockquote>
<p><b>Mods that you would like to play us in:</b></p>
<p><input type="checkbox" name="Option_CTF" value="ON">Threewave
CTF2 <br>
<input type="checkbox" name="Option_LMCTF" value="ON">LMCTF <br>
<input type="checkbox" name="Option_RA2" value="ON">Rocket
Arena 2 <br>
<input type="checkbox" name="Option_Pball" value="ON">Powerball
<br>
<input type="checkbox" name="Option_Death-Match" value="ON">Death
Match</p>
<p><name="when_to_play"> </p>
<p><b>Please provide the following gametime information:</b></p>
<blockquote>
<table border="0">
<tr>
<td align="right"><em>Date</em></td>
<td><input type="text" size="25" name="Date"> </td>
</tr>
<tr>
<td align="right"><em>Time(Eastern Time Zone)</em></td>
<td><input type="text" size="25" name="Time"> </td>
</tr>
<tr>
<td align="right"><em>Quake2 Server</em></td>
<td><input type="text" size="25"
name="Quake2_Server"> </td>
</tr>
<tr>
<td align="right"><em>Quake2 Mod</em></td>
<td><input type="text" size="25" name="Mod"> </td>
</tr>
</table>
</blockquote>
<p><b>Additional Questions/Comments:</b></p>
<blockquote>
<p><textarea name="questions/comments" rows="8" cols="35"></textarea>
<br>
</p>
</blockquote>
<p><input type="submit" value="Submit Form"> <input
type="reset" value="Reset Form"> </p>
</form>
<hr>
<h5>ClanGDI<br>
Last revised: August 17, 1998</h5>
</body>
</html>