First css tests.

This commit is contained in:
José Carlos Cuevas 2013-06-01 20:07:08 +02:00
parent 1fd9eb4c64
commit 2811410bdd
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ app.use(express.static(__dirname + '/public'));
app.get('/', function (req, res) {
res.render('index',
{ title: 'Home' }
{ title: 'My Game' }
);
});

View file

@ -5,7 +5,7 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
body
header
h1 TyeDye
h1 TyeDye: #{title}
.container
.main-content
block content