Made the root of the man pages selectable in the CLI. Some fixes.
This commit is contained in:
parent
c93761c3ed
commit
579adf26d6
7 changed files with 23 additions and 10 deletions
0
template/cover.html
Normal file
0
template/cover.html
Normal file
0
template/foot.html
Normal file
0
template/foot.html
Normal file
3
template/head.html
Normal file
3
template/head.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<head>
|
||||
<title>$TITLE</title>
|
||||
</head>
|
||||
5
template/index.html
Normal file
5
template/index.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" id="top" xmlns="http://www.w3.org/1999/html">
|
||||
<meta charset="utf-8">
|
||||
$HEAD
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue