middleman/fixtures/clean-app/build/index.html

13 lines
189 B
HTML
Raw Normal View History

2011-11-08 07:34:02 +01:00
<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>