Update LoI to new standards

This commit is contained in:
Alex Cabal 2022-01-18 11:21:13 -06:00
parent 0c69b4f3e4
commit a04ce7894d

View file

@ -6,17 +6,15 @@
<link href="../css/local.css" rel="stylesheet" type="text/css"/> <link href="../css/local.css" rel="stylesheet" type="text/css"/>
</head> </head>
<body epub:type="backmatter"> <body epub:type="backmatter">
<section id="loi" epub:type="loi"> <nav id="loi" epub:type="loi">
<nav epub:type="loi"> <h2 epub:type="title">List of Illustrations</h2>
<h2 epub:type="title">List of Illustrations</h2> <ol>
<ol> <li>
<li> <p>
<p> <a href="chapter-4.xhtml#illustration-1">Diagram showing descent of varieties of species in a genus.</a>
<a href="chapter-4.xhtml#illustration-1">Diagram showing descent of varieties of species in a genus.</a> </p>
</p> </li>
</li> </ol>
</ol> </nav>
</nav>
</section>
</body> </body>
</html> </html>