moth/www/index.html

55 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" href="ctf.css" type="text/css">
</head>
<body>
<h1>Welcome</h1>
<h2>Important Links</h2>
<ul>
<li>
<a href="scoreboard.html">Scoreboard</a>
</li>
<li>
<a href="puzzles.html">Puzzles</a>
</li>
<li>
<a href="irc://10.0.0.1/ctf"
title="IRC on 10.0.0.1, channel #ctf">Contest chat</a>
</li>
</ul>
<h2>Claim Token</h2>
<form action="claim.cgi" method="post">
<fieldset>
team: <input name="t" size="8"><br>
token: <input name="k" size="20">
</fieldset>
</form>
<h2>Rules</h2>
<ul>
<li>
No ARP-level attacks: this includes IP spoofing.
</li>
<li>
No DoS attacks.
</li>
<li>
Do not attack machines outside the contest network
(10.<i>x</i>.<i>x</i>.<i>x</i>).
</li>
<li>
Consider the contest network hostile. It is up to you to
safeguard, encrypt, or delete sensitive data on your computer.
</li>
<li>
We reserve the right to kick you out of the contest for any
reason, so play nice.
</li>
</ul>
</body>
</html>