<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
	<head>
		<meta charset="utf-8" />
		<title>Table of Contents</title>
		<link rel="stylesheet" type="text/css" href="./style/style.css" />
	</head>
	<body>
		<nav epub:type="toc" id="toc">
			<h1 class="title">Table of Contents</h1>
			<ol>
				$navs
			</ol>
		</nav>
	</body>
</html>
