Revert "update the landing page and add the firelane easter egg"

This reverts commit 06c4ec540cf77b5d7b693a0725c37a90ca4f0fb0.
This commit is contained in:
Michael Q Larson
2014-12-05 11:49:21 -08:00
parent 0a627695e4
commit 704b4e52a3
4 changed files with 11 additions and 21 deletions

View File

@@ -15,12 +15,6 @@ 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'