You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
534 B
34 lines
534 B
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ReWoT</title>
|
|
<link rel="stylesheet" href="/static/rewot.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="top">
|
|
<h1><a href="/">ReWoT</a></h1>
|
|
<ul>
|
|
<li><a href="/submit">submit</a></li>
|
|
<li><a href="/help">help</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<main id="main">
|
|
|
|
<h2>Help</h2>
|
|
|
|
<p>ReWoT is a mud log replaying kind of thing.
|
|
|
|
<p>Clients supported are Mudlet, TinTin++, and ZMud (may also work with CMud, I'm not sure).
|
|
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|