Skip to content

Instantly share code, notes, and snippets.

@jgable
Created October 18, 2011 05:10
Show Gist options
  • Save jgable/1294650 to your computer and use it in GitHub Desktop.
Save jgable/1294650 to your computer and use it in GitHub Desktop.
Modern Web Development Blog Post code
<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