moth/index.html

28 lines
875 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>Welcome</h1>
<ol>
<li><a href="intro.html">Read the introduction and rules</a></li>
<li><a href="register.cgi">Register</a> your team</li>
<li><a href="scoreboard.cgi">View the score board</a></li>
</ol>
<ul>
<li>Some categories are <a href="puzzler.cgi">puzzles</a>.</li>
<li>Some categories live on the network; you have to find them
yourself.</li>
<li>Announcements will be made
on <a href="irc://10.0.0.1/ctf">IRC</a>.</li>
</ul>
</body>
</html>