Skip to content

Instantly share code, notes, and snippets.

@abhidsm
Created October 19, 2011 16:10
sample html file for my blog
<html>
<head>
<title>Blog</title>
<link href="/stylesheets/main.css" media="screen" rel="Stylesheet" type="text/css" />
</head>
<body>
<div id='header'>
<h2>Abhi's Blog</h2>
</div>
<div id='content'>
<div class='post'>
<h3 class='title'>HTML2HAML</h3>
</div>
</div>
<div id='footer'>
copyright
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment