update the landing page and add the firelane easter egg

This commit is contained in:
Michael Q Larson
2014-12-05 10:31:04 -08:00
parent 91dd9c6c18
commit 4a0c724711
4 changed files with 21 additions and 11 deletions

View File

@ -15,6 +15,12 @@ exports.privacy = function(req, res) {
});
}
exports.firelane = function(req, res) {
res.render('firelane', {
title: "I got a ticket for parking in a fire lane. It wasn't a fire lane when I parked there"
});
}
exports.jqueryExercises = function(req, res) {
res.render('jquery-exercises', {
title: 'jQuery Exercises'