Made the root of the man pages selectable in the CLI. Some fixes.

This commit is contained in:
Johannes Findeisen 2022-10-20 04:06:38 +02:00
commit 579adf26d6
7 changed files with 23 additions and 10 deletions

0
template/cover.html Normal file
View file

0
template/foot.html Normal file
View file

3
template/head.html Normal file
View file

@ -0,0 +1,3 @@
<head>
<title>$TITLE</title>
</head>

5
template/index.html Normal file
View 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>