This website works better with JavaScript
David A. Windham
juryd
/
juryd-app
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e00399e322
Branches
Tags
devel
master
juryd-app
/
controllers
/
home.js
home.js
86 B
History
Raw
1
2
3
4
5
exports.index = function(req, res) {
res.render('home', {
title: 'Home'
});
};