self-conscious-design
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

nav.xhtml
application/xhtml+xml

Download raw (701 bytes)

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
	xmlns:epub="http://www.idpf.org/2007/ops">
	<head>
		<meta charset="utf-8"></meta>		
		<link rel="stylesheet" type="text/css" href="css/style.css" class="day" title="day"/> 
	</head>
	<body>
		<nav epub:type="toc" id="toc">			
			<ol>
				<li><a href="EpubStory.xhtml">This </a></li>
				<li><a href="EpubStory2.xhtml">is </a></li>
				<li><a href="EpubStory3.xhtml">the </a></li>
				<li><a href="EpubStory4.xhtml">table</a></li>
				<li><a href="EpubStory5.xhtml">of</a></li>
				<li><a href="EpubStory6.xhtml">content</a></li>

			</ol>			
		</nav>
		
	</body>
</html>