13 lines
322 B
HTML
13 lines
322 B
HTML
<form method="post" action="/cgi-bin/player_dl.pl">
|
|
Character name:<br>
|
|
<input type="text" name="playername" maxlength="50" size="30">
|
|
<p>
|
|
|
|
Character password:<br>
|
|
<input type="password" name="password" maxlength="50" size="30">
|
|
<p>
|
|
|
|
<input type="submit" value="Submit">
|
|
<input type="reset" value="Clear Entries">
|
|
</form>
|