Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created May 12, 2016 16:13
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 kypflug/55f705b1992861f1a41f595b2c1b44b8 to your computer and use it in GitHub Desktop.
Save kypflug/55f705b1992861f1a41f595b2c1b44b8 to your computer and use it in GitHub Desktop.
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