Aozora2Epub
view release on metacpan or search on metacpan
share/basic/EPUB/text/cover_page.xhtml view on Meta::CPAN
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" lang="ja-JP" xml:lang="ja-JP">
<head>
<meta charset="utf-8" />
<meta name="generator" content="aozora2epub" />
<title><: $title :></title>
<style>
#cover {
width: 100%;
height: 100%;
text-align: center;
}
</style>
</head>
<body epub:type="frontmatter">
<section epub:type="coverpage" class="coverpage">
<div id="cover"><img src="../cover.jpg" /></div>
</section>
</body>
</html>
( run in 2.534 seconds using v1.01-cache-2.11-cpan-d8267643d1d )