Upload files to "website"
This commit is contained in:
parent
160f456ae1
commit
3bc1943a3f
5 changed files with 305 additions and 0 deletions
45
website/register.html
Normal file
45
website/register.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Frontier II - Registration</TITLE>
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#000000" TEXT="#f0f0f0">
|
||||
|
||||
<H2 ALIGN="CENTER">Frontier II</H2>
|
||||
<H3 ALIGN="CENTER">Registration</H3>
|
||||
|
||||
<P>If you have not read the <A HREF="rules.html">Social Contract</A>,
|
||||
please do so first. You are expected to follow these rules of conduct
|
||||
while playing Frontier.
|
||||
|
||||
<P>When you are ready, the following information is required to create
|
||||
a new Frontier account. Please be honest! Knowing the other players
|
||||
in the game helps build a strong community and makes the game more fun
|
||||
for everyone.
|
||||
|
||||
<FORM ACTION="newuser.php" METHOD="POST">
|
||||
<P>Real Name: <INPUT TYPE="TEXTBOX" NAME="name"><BR>
|
||||
Your name will be visible to other registered players. Please use your
|
||||
full, real name.
|
||||
|
||||
<P>Username: <INPUT TYPE="TEXTBOX" NAME="nick"><BR>
|
||||
Your username is only used for logging into the game, and is not a
|
||||
public part of your account.
|
||||
|
||||
<P>Password: <INPUT TYPE="TEXTBOX" NAME="pass"><BR>
|
||||
There are no password requirements (except that you must have one).
|
||||
But don't blame me if you choose one that's easily guessed.
|
||||
|
||||
<P>Email: <INPUT TYPE="TEXTBOX" NAME="safe_email"><BR>
|
||||
Your email address will only be visible to game administrators. You
|
||||
will have an opportunity to enter a "public" email address for other
|
||||
players to see by editing your account settings after you register.
|
||||
|
||||
<P><INPUT TYPE="CHECKBOX" NAME="agree"> I have read and agree to
|
||||
the terms of the Social Contract. (see above)
|
||||
|
||||
<P><INPUT TYPE="SUBMIT" VALUE="Create Account"></FORM>
|
||||
|
||||
<P><HR>
|
||||
|
||||
<P ALIGN="CENTER"><FONT SIZE="-1">Copyright © 2024 Justin Pope. All rights reserved.</FONT>
|
||||
</BODY></HTML>
|
||||
Loading…
Add table
Add a link
Reference in a new issue