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 (497 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="styles/style.css" class="day" title="day"/> 
	</head>
	<body>
		<nav epub:type="toc" id="toc">			
			<ol>
				<li><a href="p1.xhtml">R... Madeleine</a></li>
				<li><a href="p2.xhtml">St... Emma</a></li>
			</ol>			
		</nav>
	</body>
</html>