1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00
crowbook/templates/epub3/nav.xhtml
2016-02-24 22:31:24 +01:00

18 lines
449 B
HTML

<?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>
<meta charset = "utf-8" />
<meta name="generator" content="crowbook" />
<title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head>
<body>
<nav epub:type = "toc" id="toc">
<h1 id="toc-title">{{title}}</h1>
{{{content}}}
</nav>
</body>
</html>