2010-09-01 17:39:46 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-04-10 16:37:21 -06:00
|
|
|
<head>
|
|
|
|
<title>Team Registration</title>
|
|
|
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Team Registration</h1>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<p>
|
|
|
|
Before you can use a token, you must choose a team name.
|
|
|
|
You can only do this once per token,
|
|
|
|
so make sure it's the team name you actually want.
|
|
|
|
Staff are unable to make changes to team names.
|
|
|
|
</p>
|
|
|
|
<form method="get" action="register.cgi">
|
|
|
|
<label>Team Hash (Token):</label>
|
|
|
|
<input type="text" name="h">
|
|
|
|
<br>
|
|
|
|
<label>Team Name:</label>
|
|
|
|
<input type="text" name="n">
|
|
|
|
<br>
|
|
|
|
<input type="submit" value="Register">
|
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
</body>
|
2010-09-01 17:39:46 -06:00
|
|
|
</html>
|