-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapplication.html
More file actions
23 lines (22 loc) · 830 Bytes
/
Copy pathapplication.html
File metadata and controls
23 lines (22 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<title>PerlMUD Account Application</title>
</head>
<body>
<h1>PerlMUD Account Application</h1>
To apply for an account, just fill out the form below.
<strong>VERY IMPORTANT: your password will be delivered
by electronic mail. You must provide a valid email
address to receive a password! If you aren't sure,
ask someone who knows your complete Internet email address!</strong>
Thanks for taking the time to fill out this form.
<p>
<form action="/completed" method="POST">
<input name="name">Preferred Account Name (NOTE: No Spaces Allowed)<br>
<input name="email">E-Mail Address (REQUIRED)<br>
<input type="submit" value="Apply Now">
<input type="reset" value="Clear Form">
</form>
<p>
Once you submit the form, you will be sent your password
and login instructions by email. Thanks for visiting this PerlMUD system!
<p>