I have already seen and made use of:
app.use("/css", express.static(__dirname + '/css'));
I do not wish to serve all files from the root directory, only a single file, 'ipad.htm'. What is the best way to do this with the minimum amount of code, using express.js?