You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
442 B

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form>
<input type="text" name="name" />
<input type="text" name="player" />
<input type="text" name="race" />
<input type="text" name="gender" />
<input type="text" name="job" />
<input type="text" name="origin" />
<input type="text" name="inheritance" />
</form>
</body>
</html>