2022-12-26 19:20:53 +01:00

20 lines
507 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>{{ .Title }}</title>
<meta charset="utf-8"/>
</head>
<body>
<nav xmlns:epub="http://www.idpf.org/2007/ops" epub:type="toc" id="toc">
<ol>
<li><a href="Text/{{ .FirstImageTitle }}.xhtml">{{ .Title }}</a></li>
</ol>
</nav>
<nav epub:type="page-list">
<ol>
<li><a href="Text/{{ .FirstImageTitle }}.xhtml">{{ .Title }}</a></li>
</ol>
</nav>
</body>
</html>