18 lines
273 B
HTML
18 lines
273 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<link type="text/css" rel="stylesheet" href="mono-ecma.css"/>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="Content">
|
||
|
<p>The following documentation collections are available:</p>
|
||
|
|
||
|
<div id="docs">
|
||
|
<ul>
|
||
|
@@API_DOCS@@
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|