moth/html/index.html

48 lines
1.0 KiB
HTML
Raw Normal View History

2015-04-02 17:44:49 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Welcome</title>
2015-04-03 16:52:43 -06:00
<link rel="stylesheet" href="css/style.css" type="text/css">
2015-04-02 17:44:49 -06:00
</head>
<body>
<h1>Tracer FIRE 6E</h1>
2015-04-07 16:57:00 -06:00
<section>
2015-04-08 17:28:18 -06:00
<p>
Here is what you need to do:
</p>
<ol>
<li>
<a href="register.html">Register</a> your team.
This only needs to happen once per team,
so if somebody else on your team has already done it,
you don't need to.
</li>
<li>
Get an <a href="puzzles.html">overview of puzzles</a>,
and start working on something.
The list of open puzzles changes over time,
you need to reload the page to get the current version!
</li>
<li>
Check the <a href="scoreboard.html">scoreboard</a>
in another tab,
to see how your team is doing.
</li>
</ol>
2015-04-03 16:52:43 -06:00
</section>
2015-04-08 17:28:18 -06:00
<nav>
<ul>
<li><a href="register.html">Register</a></li>
<li><a href="puzzles.html">Puzzles</a></li>
<li><a href="scoreboard.html">Scoreboard</a></li>
</ul>
</nav>
2015-04-02 17:44:49 -06:00
</body>
</html>