mirror of https://github.com/dirtbags/moth.git
23 lines
508 B
HTML
23 lines
508 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Tanks</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>Tanks</h1>
|
|
|
|
<p>
|
|
Nothing here yet. You could <a href="intro.html">read the
|
|
intro</a> while you're waiting,
|
|
or <a href="designer.html">submit a tank</a> to get things
|
|
started.
|
|
</p>
|
|
|
|
<p>
|
|
Hopefully it goes without saying that you'll need to reload
|
|
this page to see if anything's happened.
|
|
</p>
|
|
</body>
|
|
</html>
|