diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-11-07 14:11:41 +0000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-11-07 14:11:41 +0000 |
commit | a22580ffabb547dfa04e359704b497df8b8ecd6d (patch) | |
tree | 448844b139881a2b5572b2ccfa5721cd728b8ae1 /examples/nodejs-mongodb-mongoose-restify | |
parent | 5deef956c65c284892cd19e96cfbfed8c7e84531 (diff) | |
download | backbonetutorials-a22580ffabb547dfa04e359704b497df8b8ecd6d.zip backbonetutorials-a22580ffabb547dfa04e359704b497df8b8ecd6d.tar.gz backbonetutorials-a22580ffabb547dfa04e359704b497df8b8ecd6d.tar.bz2 |
server down
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/templates/layout.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/templates/layout.html b/examples/nodejs-mongodb-mongoose-restify/templates/layout.html index aeb9632..d3e6f7d 100644 --- a/examples/nodejs-mongodb-mongoose-restify/templates/layout.html +++ b/examples/nodejs-mongodb-mongoose-restify/templates/layout.html @@ -1,8 +1,7 @@ <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> + <strong>My example server is currently down, sorry guys will try get it up and running asap</strong> + </div> <div style="clear: both;"></div> <div class="page">Loading</div> |