//res.sendFile(path [, options] [, fn]) app.get('/test', function(req, res) { res.sendFile('test.html') });