summaryrefslogtreecommitdiff
path: root/lib/epub.js/test/fixtures/alice/OPS/toc.xhtml
blob: eff8c485654c1c069c598a8362eb098c6ae9eb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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>Alice's Adventures in Wonderland</title>
      <link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
      <meta charset="utf-8"/>
   </head>
   <body>
      <section epub:type="frontmatter toc">
         <header>
            <h1>Contents</h1>
         </header>

         <nav xmlns:epub="http://www.idpf.org/2007/ops" epub:type="toc">
            <ol>
               <li><a href="titlepage.xhtml">Title Page</a></li>
               <li><a href="chapter_001.xhtml">Down The Rabbit-Hole</a></li>
               <li><a href="chapter_002.xhtml">The Pool Of Tears</a></li>
               <li><a href="chapter_003.xhtml">A Caucus-Race And A Long Tale</a></li>
               <li><a href="chapter_004.xhtml">The Rabbit Sends In A Little Bill</a></li>
               <li><a href="chapter_005.xhtml">Advice From A Caterpillar</a></li>
               <li><a href="chapter_006.xhtml">Pig And Pepper</a></li>
               <li><a href="chapter_007.xhtml">A Mad Tea-Party</a></li>
               <li><a href="chapter_008.xhtml">The Queen's Croquet Ground</a></li>
               <li><a href="chapter_009.xhtml">Who Stole The Tarts?</a></li>
               <li><a href="chapter_010.xhtml">Alice's Evidence</a></li>
            </ol>
         </nav>

      </section>
   </body>
</html>