hledger/website/api-doc-frames.html
2009-06-02 20:12:08 +00:00

19 lines
474 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>hledger api docs</title>
</head>
<frameset cols="30%, 70%">
<frameset rows="90%, 10%">
<frame name="side1" src="modules-index.html">
<!-- frame name="side2" src="hoogle-small.html" -->
</frameset>
<frame name="main" src="Main.html">
<noframes>
<p><a href="modules-index.html">non-frames version</a>
</noframes>
</frameset>
</html>