Added a basic HTML template for use when finalizing a book before converting it to other formats.

This commit is contained in:
Johannes Findeisen 2022-10-20 04:35:35 +02:00
commit fc9ff8d1fe
7 changed files with 22 additions and 6 deletions

View file

@ -1,5 +1,8 @@
<!DOCTYPE html>
<html lang="en" id="top" xmlns="http://www.w3.org/1999/html">
<meta charset="utf-8">
$HEAD
<body>
$TOC
$CONTENT
</body>
</html>