mirror of https://github.com/dirtbags/moth.git
23 lines
677 B
HTML
23 lines
677 B
HTML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||
|
<head>
|
||
|
<title>Capture The Flag</title>
|
||
|
<link rel="stylesheet" href="ctf.css" type="text/css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Capture The Flag</h1>
|
||
|
|
||
|
<ol>
|
||
|
<li><a href="register.cgi">Register</a> your team</li>
|
||
|
<li><a href="scoreboard.cgi">Scoreboard</a></li>
|
||
|
</ol>
|
||
|
|
||
|
<p>
|
||
|
Some challenges are <a href="puzzler.cgi">puzzles</a>. Some are
|
||
|
sitting on the network; you must find these yourself!
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|