import sample program & help page

This commit is contained in:
Kurt Van Dijck
2013-11-20 11:14:44 +01:00
parent fe748b1c2c
commit 198c5801ec
5 changed files with 627 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>page: <?theme title?></title>
<link rel="stylesheet" type="text/css" href="style.css">
<style>
div#toc li {
list-style : none;
}
</style>
</head>
<body>
<div id='toc'>
<?theme toc?>
</div>
<?theme body?>
</div>
</body>
</html>