Sha256: 2343b0959ce849e8dc2f7942d4d0fbf676a3ac5ffaea08affb2acd74a88ed74b
Contents?: true
Size: 971 Bytes
Versions: 4
Compression:
Stored size: 971 Bytes
Contents
<?xml version="1.0"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops"> <head> <title>Table of Contents for Example Book</title> </head> <body> <div> <nav epub:type="frontmatter toc" id="idid" hidden=""> <hgroup> <h2>Sub Navigation</h2> <h1>Table of Contents</h1> </hgroup> <ol> <li><a href="item-1.xhtml">一ページ目</a></li> <li> <span>二ページ目</span> <ol> <li><a href="item-2.xhtml#section1">第一節</a></li> <li><a href="item-2.xhtml#section2">第二節</a></li> <li><a href="item-2.xhtml#section3"><img src="image/nav-2-3.png" alt="第三節"/></a></li> <li><a href="item-2.xhtml#section4"><iframe src="external/document.html" name="第四節"></iframe></a></li> </ol> </li> </ol> </nav> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems