initial commit

This commit is contained in:
Jason Brown
2014-06-09 21:51:34 -05:00
parent fc54aa3d54
commit c23052b7b0
8 changed files with 358 additions and 0 deletions

4
routes/index.js Normal file
View File

@@ -0,0 +1,4 @@
/* GET home page. */
exports.index = function(req, res){
res.render('index', { title: 'Hacker Gui' });
};