<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<title>Fresh Merb App</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body>
<h1>Welcome to Slapp</h1>
<h2>A simple chat wall</h2>
<p>Recent Posts:</p>
<div class='container' id='posts'>
<div class='post' id='post_149'>
<p class='body'>Merb</p>
<p class='created'>May 17th</p>
</div>
<div class='post' id='post_150'>
<p class='body'>Rocks!</p>
<p class='created'>May 17th</p>
</div>
</div>

</body>
</html>