mirror of https://github.com/dirtbags/moth.git
22 lines
666 B
HTML
22 lines
666 B
HTML
<html>
|
|
<head>
|
|
<link href="ctf.css" rel="stylesheet" type="text/css">'
|
|
<title>Program Submission</title>"
|
|
</head>
|
|
|
|
<body>
|
|
<H1>Program Submission</H1>
|
|
<p><a href="submit.html">Submit</a> | <a href="results.cgi">Results</a> | <a href="docs.cgi">Documentation</a>
|
|
|
|
<form action="submit.cgi" method="post">
|
|
<fieldset>
|
|
<legend>Your program:</legend>
|
|
Team: <input type="text" name="team"><BR>
|
|
Password: <input type="text" name="passwd"><BR>
|
|
<textarea cols="80" rows="30" name="code"></textarea><BR>
|
|
<button type="submit">Submit</button>
|
|
</fieldset>
|
|
</form>
|
|
</body>
|
|
</html>
|