mirror of https://github.com/dirtbags/moth.git
45 lines
1.2 KiB
HTML
45 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="nyan.ogg">Some Music</a> to help you concentrate.
|
|
Tune to 101.1 FM for more great hits!
|
|
</li>
|
|
<li>
|
|
<a href="news.html">News</a> -- updated when things go wrong.
|
|
</li>
|
|
<li>
|
|
<a href="scoring.html">About scoring</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
We can't make any guarantees about the behavior of others on this network.
|
|
We advise you to disconnect as soon as you've retrieved the puzzles
|
|
you want to work on.
|
|
</p>
|
|
|
|
<p>
|
|
Project 2 is a puzzle-based game for individuals or teams.
|
|
Get started by creating a new team at the console, then start
|
|
working on the <a href="puzzles.html">puzzles</a>.
|
|
When you have solved a puzzle, enter the answer at the console
|
|
to change your ranking on the <a href="scoreboard.html">scoreboard</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|