add screen hero installation view

This commit is contained in:
Michael Q Larson
2015-02-17 14:10:15 -08:00
parent 449589827c
commit 0d3ee3c2b4
4 changed files with 21 additions and 1 deletions

View File

@ -91,6 +91,12 @@ module.exports = {
});
},
installScreenHero: function(req, res) {
res.render('resources/install-screenhero', {
title: 'Install ScreenHero'
});
},
javaScriptInYourInbox: function(req, res) {
res.render('resources/javascript-in-your-inbox', {
title: 'JavaScript in your Inbox'