Started editing and adding real content.

This commit is contained in:
José Carlos Cuevas 2013-06-01 23:49:12 +02:00
parent 6f58d0cfe8
commit da5eb5c923

View file

@ -72,6 +72,8 @@ app.get('/', function (req, res) {
players.push(row.name);
});
console.log(players);
res.render('index',
{
title: 'My Game',