ebook-template/Content/ch01.xhtml
2023-05-03 17:00:36 -04:00

15 lines
404 B
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html>
<head>
<title>Chapter 1</title>
<meta charset="utf-8"/>
<link href="style/book.css" rel="stylesheet" type="text/css"/>
</head>
<body epub:type="bodymatter">
<section epub:type="chapter">
<h1 id="ch01">Chapter 1</h1>
<p>It all began...</p>
</section>
</body>
</html>