I am trying to make my own server with express. I am trying to serve an HTML file, but when I run res.send() on it, it downloads the file. Here is a snippet of my code: