1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-20 19:41:36 +02:00
crowbook/templates/epub3/titlepage.xhtml

18 lines
521 B
HTML
Raw Normal View History

2016-02-20 03:41:29 +01:00
<?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" xml:lang="{{lang}}" lang="{{lang}}">
<head>
<meta charset = "utf-8" />
<meta name="generator" content="crowbook" />
<title>{{{title}}}</title>
2016-02-20 03:41:29 +01:00
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head>
<body>
<section epub:type = "titlepage">
<h1 class="title">{{{title}}}</h1>
<h2 class="author">{{{author}}}</h2>
2016-02-20 03:41:29 +01:00
</section>
</body>
</html>