1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>
Dungeon Crawl Stone Soup - Index
</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<style type="text/css">
dt {font-weight:bold; margin-bottom:1em}
dd {margin-left:0}
ul {margin-top:0.5em}
</style>
</head>
<body>
<p><a name="top"></a>
<h4>
Dungeon Crawl Stone Soup - Documentation Index (under construction!)
</h4>
<ul style='list-style-type:none; padding-left:0'>
<li><a href="FAQ.html">Frequently Asked Questions</a>
<li><a href="lua/index.html">Lua API documentation</a>
</ul>
<hr>
<p><a href="#top">Back to top</a></p>
</body>
|