~linuxgoose/bocpress

ref: 40924823532a11a80361899796887dbbd22b6dbf bocpress/export_base_epub/toc.xhtml -rw-r--r-- 352 bytes
40924823Jordan Robinson update allow user to see landing page when logged in 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <title>Table of Contents</title>
</head>
<body>
  <h2>Table of Contents</h2>
  <nav epub:type="toc" id="toc">
    <ol>
<!-- chapters list -->
    </ol>
  </nav>
</body>
</html>