mirror of
https://github.com/lise-henry/crowbook
synced 2024-11-18 04:23:51 +01:00
17 lines
520 B
HTML
17 lines
520 B
HTML
<?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>{{{chapter_title}}}</title>
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
|
|
</head>
|
|
<body xml:lang="{{lang}}" lang="{{lang}}">
|
|
<section class = "level1">
|
|
{{{content}}}
|
|
</section>
|
|
</body>
|
|
</html>
|