File: index.html

package info (click to toggle)
crawl 2%3A0.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100,188 kB
  • sloc: cpp: 363,709; ansic: 27,765; javascript: 9,516; python: 8,463; perl: 3,293; java: 3,132; xml: 2,380; makefile: 1,835; sh: 611; objc: 250; cs: 15; sed: 9; lisp: 3
file content (26 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (2)
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>