shithub: epublish

ref: 7ae2d7eab48168c0503903fdf30004e5ce94933a
dir: /sample/ebooksrc/nav.xhtml/

View raw version
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:ops="http://www.idpf.org/2007/ops"
  xml:lang="en">
  <head>
    <title>Table of Contents</title>
  </head>
  <body>
    <nav ops:type="toc">
      <h1>Table of Contents</h1>
      <ol>
      <li><a href="nav.xhtml">Table of Contents</a></li>
      <li><a href="chap1.xhtml">Epublish Tools</a></li>
      <li><a href="chap2.xhtml">Plan 9 from Bell Labs</a></li>
      </ol>
    </nav>
  </body>
</html>