This website works better with JavaScript
David A. Windham
david
/
juryd-app
forked from
juryd/juryd-app
Watch
1
Star
0
Fork
0
Files
Tree:
977ee820c4
Branches
Tags
devel
master
juryd-app
/
controllers
/
static.js
static.js
109 B
History
Raw
1
2
3
4
5
exports.static = function(req, res) {
res.render('pages/terms', {
title: 'Terms & Conditions'
});
};