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

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

timefocus.xhtml
application/xhtml+xml

Download raw (795 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>
		<title>Ground zero</title>
		<link rel="stylesheet" type="text/css" href="styles/style.css" class="day" title="day" />
		<script type="text/javascript" src="js/jquery.js"></script>
		<script type="text/javascript" src="js/thescript1.js"></script> 

	</head>
	<body>
		<section epub:type="frontmatter" id="frontmatter">
			<section epub:type="titlepage" id="titlepage">
				<div id="titleBig">Time Focus</div>
				<div id="autorBig">by Felipe Delgado Lopez</div>
				<div id="OSPBig">OPEN SOURCE PUBLISHING - SELF CONSENCIOUS LAYOUT</div>
			</section>
		</section>
	</body>
</html>