Skip to content

Instantly share code, notes, and snippets.

@spliner
Created December 12, 2017 01:49
Show Gist options
  • Save spliner/9a8640597554e195780ba4a3bdb50062 to your computer and use it in GitHub Desktop.
Save spliner/9a8640597554e195780ba4a3bdb50062 to your computer and use it in GitHub Desktop.
<div class="wrapper">
<header>
<p>Header</p>
</header>
<nav>
<p>Nav</p>
</nav>
<main>
<p>Main</p>
</main>
<aside>
<p>Aside</p>
</aside>
<footer>
<p>Footer</p>
</footer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment