https://stackoverflow.com/questions/18629327/adding-css-file-to-ejs
app.use(express.static("public")); //better and newer way than first answer
Last updated 2 years ago