summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/templates/layout.html
blob: aeb9632dc026a8e14e4261854a4f8dcf33e949f9 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="header">
  <h1>Node.js, MongoDb, Mongoose, Restify</h1>
  <p>This example is built on top of <a href="http://backboneboilerplate.com">backboneboilerplate.com</a>. If you have trouble please send me a direct email (thomasalwyndavis@gmail.com) and I will help you sort it out and update the example accordingly.</p>
  <h3>Guestbook Example</h3>
  <p>Hello my lovely guest, please leave a message in my guestbook!</p>
</div>
<div style="clear: both;"></div>
<div class="page">Loading</div>
<div style="clear: both;"></div>
<div class="footer"></div>