Created
October 18, 2011 05:10
-
-
Save jgable/1294650 to your computer and use it in GitHub Desktop.
Modern Web Development Blog Post code
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
<body> | |
<header> | |
<img src="logo.png" title="Best Site Evar" alt="Best Site Evar" /> | |
<h1>Best Site Evar!!!!11!</h1> | |
</header> | |
<section> | |
<h2>Welcome</h2> | |
<p>d00d, this is the best site evar.</p> | |
</section> | |
<footer> | |
<p>No copyright here... it's all yours if you want it</p> | |
</footer> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment