Added folder index

This commit is contained in:
unknown 2015-07-15 14:03:31 +01:00
parent b077b6105e
commit ee65af91f5

19
build/index.html Normal file
View File

@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Books</title>
</head>
<body>
<h3>Books</h3>
<ul>
<li><a href='darkvalley/OEBPS/contents.xhtml'>Darkvalley</a></li>
<li><a href='Full%20Proof/OEBPS/contents.xhtml'>Full Proof</a></li>
<li><a href='incubus/OEBPS/Incubus-contents.xhtml'>Incubus</a></li>
<li><a href='mythlands/OEBPS/contents.xhtml'>Mythlands</a></li>
<li><a href='shrike/OEBPS/Shrike-contents.xhtml'>Shrike</a></li>
</ul>
</body>
</html>