Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created May 12, 2016 16:15
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/d2f8742ea649c6a64c8fc4d42c10724b to your computer and use it in GitHub Desktop.
Save kypflug/d2f8742ea649c6a64c8fc4d42c10724b to your computer and use it in GitHub Desktop.
Basic HTML5 Header
<header>
<h1>A wonderful web site</h1>
<nav>
<ul>
<li>Some page</li>
<li>Another page</li>
</ul>
</nav>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment