summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/templates/layout.html
blob: 3ab5aca6fc0b28858a54272ecb7b73ef47feb10f (plain)
1
2
3
4
5
6
7
8
<div class="header">
  <h1>Node.js, MongoDb, Mongoose, Restify</h1>
  <p>This example shows how to do blah blah</p>
</div>
<div style="clear: both;"></div>
<div class="page">Loading</div>
<div style="clear: both;"></div>
<div class="footer"></div>