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,8 +6,7 @@
<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>
@ -17,6 +16,5 @@
</li> </li>
</ol> </ol>
</nav> </nav>
</section>
</body> </body>
</html> </html>