Last active
January 22, 2019 14:08
-
-
Save geosigno/76e94cc8c9525556b65c8dbab599a7aa 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 class="post"> | |
<h2>Hello World</h2> | |
<a href="more-post.html" class="author">Geoffrey</a> | |
<span class="date">posted on 07/05/2017</span> | |
<img src="world.jpg" alt="world"> | |
<p>Blah, blah, blah...</p> | |
<h3>Hello again!</3> | |
<p>Blah, blah, blah...</p> | |
<div class="social"> | |
<a href="#">Share on Facebook</a> | |
<a href="#">Share on Twitter</a> | |
</div> | |
<div class="tag"> | |
<a href="#">hello</a> | |
<a href="#">world</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment