View Single Post
Old 10-18-2022, 07:29 PM   #3
42piratas
Member
42piratas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2022
Device: all
The current code:

Quote:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>Capitão Théo</title>
</head>
<body>
<nav id="toc" epub:type="toc">
<h2>Contents</h2>
<ol>
<li><a href="Capit_o_Th_o-1.xhtml">Capitão Théo</a></li>
</ol>
</nav>
<nav epub:type="page-list">
<h2>PageList</h2>
<ol>
<li><a href="Capit_o_Th_o-1.xhtml">1</a></li>
</ol>
</nav>
</body>
</html>
42piratas is offline   Reply With Quote