send html file express

HTML
res.sendFile(path.join(__dirname + '/index.html'));
Source

Also in HTML: