mirror of
https://github.com/standardebooks/h-g-wells_the-first-men-in-the-moon.git
synced 2025-09-22 11:26:57 -04:00
Add half titlepage
This commit is contained in:
parent
024be01ec7
commit
2aeddcd859
2 changed files with 14 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
/* Temperature */
|
||||
[epub|type~="se:temperature"]{
|
||||
font-variant: all-small-caps;
|
||||
}
|
||||
}
|
||||
|
|
13
src/epub/text/halftitlepage.xhtml
Normal file
13
src/epub/text/halftitlepage.xhtml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue