2010-09-01 17:39:46 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Team Registration</title>
|
|
|
|
<link rel="stylesheet" href="ctf.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Team Registration</h1>
|
2011-03-08 23:06:21 -07:00
|
|
|
<p>
|
|
|
|
Please register a team for yourself during this training. This
|
|
|
|
team is just for the training portion; it will not be the team you
|
|
|
|
play on during the exercise.
|
|
|
|
</p>
|
|
|
|
<form method="get" action="register.cgi">
|
2010-09-01 17:39:46 -06:00
|
|
|
<label>Team Name:</label>
|
2011-03-08 23:06:21 -07:00
|
|
|
<input type="text" name="team">
|
2010-09-01 17:39:46 -06:00
|
|
|
|
|
|
|
<input type="submit" value="Register">
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|