17 lines
447 B
HTML
17 lines
447 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Table of Contents</title>
|
|
<meta charset="utf-8"/>
|
|
<link href="style/book.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body epub:type="frontmatter">
|
|
<nav>
|
|
<h2>Table of Contents</h2>
|
|
<ol>
|
|
<li><a href="ch01.xhtml">Chapter 1</a></li>
|
|
</ol>
|
|
</nav>
|
|
</body>
|
|
</html>
|