Skip to content

Instantly share code, notes, and snippets.

@Ph47
Created February 3, 2015 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ph47/fe250c07310969a1d839 to your computer and use it in GitHub Desktop.
Save Ph47/fe250c07310969a1d839 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Title of page</title>
</head>
<body>
<header>
<h1></h1>
</header>
<main>
<article>
<header>
<h1></h1>
<p></p>
<a></a>
</header>
</article>
</main>
<aside>
<nav>
<article>
<h1><a></a></h1>
<header></header>
</article>
<article>
<h1><a></a></h1>
<header></header>
</article>
<article>
<h1><a></a></h1>
<header></header>
</article>
</nav>
</aside>
</body>
<html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment