Add half titlepage

This commit is contained in:
Hendrik 2025-03-06 12:59:37 -03:00
parent 024be01ec7
commit 2aeddcd859
2 changed files with 14 additions and 1 deletions

View file

@ -4,4 +4,4 @@
/* Temperature */
[epub|type~="se:temperature"]{
font-variant: all-small-caps;
}
}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
<head>
<title>The First Men in the Moon</title>
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
<link href="../css/local.css" rel="stylesheet" type="text/css"/>
</head>
<body epub:type="frontmatter">
<section id="halftitlepage" epub:type="halftitlepage">
<h2 epub:type="title">The First Men in the Moon</h2>
</section>
</body>
</html>