1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00
epub.js/demo/moby-dick/OPS/titlepage.xhtml
2013-06-04 22:56:02 -07:00

13 lines
No EOL
494 B
HTML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>Moby-Dick</title>
<link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
<meta charset="utf-8"/>
</head>
<body style="text-align: center;">
<div class="BookTitlePage-rw" epub:type="frontmatter titlepage">
<img src="images/Moby-Dick_FE_title_page.jpg" alt="title page"/>
</div>
</body>
</html>