diff --git a/app.js b/app.js index 3720675..63942cd 100644 --- a/app.js +++ b/app.js @@ -302,17 +302,17 @@ app.use(express.logger('dev')) app.use(express.static(__dirname + '/public')) -app.get('/', function (req, res) { //get index and renders it +app.get('/old', function (req, res) { //get index and renders it res.render('index', { title : 'Home' } ) }) -app.get('/test', function (req, res) { +app.get('/', function (req, res) { res.render('test', { title : 'Home' } ) }) -app.listen(3000) +app.listen(80) diff --git a/views/layout.jade b/views/layout.jade index 2788a32..1a41992 100755 --- a/views/layout.jade +++ b/views/layout.jade @@ -32,7 +32,7 @@ html - +

make sure to play with the radio buttons #container