update the landing page and add the firelane easter egg
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user