diff options
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/templates/layout.html')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/templates/layout.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/templates/layout.html b/examples/nodejs-mongodb-mongoose-restify/templates/layout.html new file mode 100644 index 0000000..3ab5aca --- /dev/null +++ b/examples/nodejs-mongodb-mongoose-restify/templates/layout.html @@ -0,0 +1,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> |