foreign-c/OLD/templates/documentation.html

17 lines
387 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>${title} - ${version}</title>
<style>
table { width: 250%; }
nav { float: left; width: 20%;}
main { float: right; width: 80%; }
pre { background-color: lightgrey; }
</style>
</head>
<body>
${body}
</body>
</html>