I have a node app written in express for which I want to grab the index page ('/') and create an offline version as a html file. I do not know where to start. I am already using one of my express routes to grab json from a database and store the json file. This works. But what is the way to go for the index page?