infospace-bench/tests/fixtures/lefevre/sources/nav.xhtml

13 lines
373 B
HTML
Raw Normal View History

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en">
<head><title>Contents</title></head>
<body>
<nav epub:type="toc">
<ol>
<li><a href="chapter1.xhtml">I</a></li>
<li><a href="chapter2.xhtml">II</a></li>
<li><a href="chapter3.xhtml">III</a></li>
</ol>
</nav>
</body>
</html>