ebook-template/Content/titlepage.xhtml

13 lines
297 B
HTML
Raw Normal View History

2023-05-03 17:00:36 -04:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html>
<head>
<title>Book</title>
<meta charset="utf-8"/>
<link href="style/book.css" rel="stylesheet" type="text/css"/>
</head>
<body epub:type="frontmatter">
<h1>Book</h1>
</body>
</html>