Skip to content

Instantly share code, notes, and snippets.

@desbo
Last active August 29, 2015 14:27
Show Gist options
  • Save desbo/bce870f8087bdff40f5d to your computer and use it in GitHub Desktop.
Save desbo/bce870f8087bdff40f5d to your computer and use it in GitHub Desktop.
nat.html
<h1>Page title</h1>
<p>Intro paragraph.</p>
<h2>Sub-heading</h2>
<ul>
<li>First list item!</li>
<li>Second list item!</li>
</ul>
<h2>Another sub-heading</h2>
<ul>
<li>first list item of the second list</li>
<li>second item second list</li>
</ul>
<h3>A sub-sub-heading</h3>
<p>Some other paragraph.</p>
<p>A third paragraph.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment