Last active
May 4, 2017 18:07
-
-
Save giancorzo/f22514d253102525feece818bbc92c1f to your computer and use it in GitHub Desktop.
This file contains 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
<div id="entries"> | |
<div class="entry"> | |
<h1>My New Posty</h1> | |
<div class="body"> | |
This is my first post! | |
</div> | |
</div> | |
<div class="entry"> | |
<h1>Another Post</h1> | |
<div class="body"> | |
This is another post! | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment