Last active
August 29, 2015 14:27
-
-
Save desbo/bce870f8087bdff40f5d to your computer and use it in GitHub Desktop.
nat.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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