Aozora2Epub
view release on metacpan or search on metacpan
share/basic/EPUB/text/title_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>
.title { margin-top: 3em; text-align: center; }
.author { margin-top: 4em; text-align: center; }
#aozora {
margin-bottom: 5em;
width: 100%;
text-align: center;
font-size: 0.8em;
}
</style>
</head>
<body epub:type="frontmatter">
<section epub:type="titlepage" class="titlepage">
<div id="aozora">é空æåº«</div>
<h1 class="title"><: $title :></h1>
<p class="author"><: $author :></p>
</section>
</body>
</html>
( run in 0.721 second using v1.01-cache-2.11-cpan-39bf76dae61 )