Skip to content
ajsharma edited this page Dec 12, 2012 · 1 revision
<html>
	<head>
	</head>
	<body>
		<header class="application-header">
		</header>
		<section class="application-content">
			<header class="content-header"><!-- optional -->
				<nav></nav><!-- optional -->
				<section>
				</section><!-- repeat as needed -->
			</header>
			<section>
			</section><!-- repeat as needed -->
			<footer class="content-footer">
			</footer>
		</section>
		<nav class="application-navigation">
		</nav>
		<footer class="application-footer">
		</footer>
	</body>
</html>