Skip to content

Instantly share code, notes, and snippets.

@consoledotblog
Created August 15, 2014 15:53
Show Gist options
  • Save consoledotblog/c4c9b30877eded1a9706 to your computer and use it in GitHub Desktop.
Save consoledotblog/c4c9b30877eded1a9706 to your computer and use it in GitHub Desktop.
<!doctype HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example Blog</title>
</head>
<body>
<h1>My Blog Entry</h1>
<small>by: John Smith</small>
<br>
<p>
Content goes here...
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment