res.sendFile(__dirname + '/index.html'); // or res.sendFile('index.html', { root: __dirname });
// assuming index.html is in the same directory as this script res.sendFile(__dirname + '/index.html');