mirror of https://github.com/dirtbags/moth.git
17 lines
376 B
HTML
17 lines
376 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Team Registration</title>
|
|
<link rel="stylesheet" href="ctf.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>Team Registration</h1>
|
|
<form method="post" action="register.cgi">
|
|
<label>Team Name:</label>
|
|
<input type="text" name="t">
|
|
|
|
<input type="submit" value="Register">
|
|
</form>
|
|
</body>
|
|
</html>
|