add privacy

This commit is contained in:
Michael Q Larson
2014-11-29 23:01:49 -08:00
parent a2259c937c
commit 3fb11302d4
4 changed files with 55 additions and 9 deletions

View File

@ -9,6 +9,12 @@ exports.learnToCode = function(req, res) {
});
}
exports.privacy = function(req, res) {
res.render('privacy', {
title: 'Privacy'
});
}
exports.jqueryExercises = function(req, res) {
res.render('jquery-exercises', {
title: 'jQuery Exercises'