First css tests.
This commit is contained in:
parent
1fd9eb4c64
commit
2811410bdd
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ app.use(express.static(__dirname + '/public'));
|
|||
|
||||
app.get('/', function (req, res) {
|
||||
res.render('index',
|
||||
{ title: 'Home' }
|
||||
{ title: 'My Game' }
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ html
|
|||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
body
|
||||
header
|
||||
h1 TyeDye
|
||||
h1 TyeDye: #{title}
|
||||
.container
|
||||
.main-content
|
||||
block content
|
||||
|
|
Loading…
Reference in a new issue