middleman/fixtures/clean-app/build/index.html
2011-11-07 22:34:02 -08:00

13 lines
189 B
HTML

<html>
<head>
<title>My Sample Site</title>
<!-- Comment in layout -->
</head>
<body>
<h1>Welcome</h1>
<h2 id='h2'>H2</h2>
<p>Paragraph</p>
</body>
</html>