From 2811410bddc6aa166f0581b208771a8751692836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Sat, 1 Jun 2013 20:07:08 +0200 Subject: [PATCH] First css tests. --- server.js | 2 +- views/layout.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 226cb99..f0ee756 100644 --- a/server.js +++ b/server.js @@ -51,7 +51,7 @@ app.use(express.static(__dirname + '/public')); app.get('/', function (req, res) { res.render('index', - { title: 'Home' } + { title: 'My Game' } ); }); diff --git a/views/layout.jade b/views/layout.jade index e9f09cd..0543af3 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -5,7 +5,7 @@ html link(rel='stylesheet', href='/stylesheets/style.css') body header - h1 TyeDye + h1 TyeDye: #{title} .container .main-content block content