📅  最后修改于: 2022-03-11 14:48:34.403000             🧑  作者: Mango
put your .css file in a folder called public
in your app.js file add the following code:
app.use(express.static('public'));