Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created May 12, 2016 16:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Very basic site header
<div class="header">
<h1>A wonderful web site</h1>
<ul class="navigation">
<li>Some page</li>
<li>Another page</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment