Added diagram and loi.xhtml

This commit is contained in:
David Grigg 2018-12-31 14:08:57 +11:00
parent a347146257
commit ee884b8766
3 changed files with 63 additions and 0 deletions

BIN
images/illustration-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 201 KiB

20
src/epub/text/loi.xhtml Normal file
View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
<head>
<title>List of Illustrations</title>
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
<link href="../css/local.css" rel="stylesheet" type="text/css"/>
</head>
<body epub:type="backmatter">
<section id="loi" epub:type="loi">
<nav epub:type="loi">
<h2 epub:type="title">List of Illustrations</h2>
<ol>
<li>
<a href="../text/chapter-4.xhtml#illustration-1">Diagram showing descent of varieties of species in a genus.</a>
</li>
</ol>
</nav>
</section>
</body>
</html>