How to load css files for ejs files (express app)

Hi nathan,
Thanks for the quick response. However, I didn’t quite get what path should i specify for my local server running on port 9000. Based on the directory hierarchy, would it be ‘http://localhost:9000/dist/public/css/style.css’ for example? I tried this but it didn’t work. I also tried doing

<link rel="stylesheet" href="/dist/public/css/style.css"></link>
<link rel="stylesheet" href="/dist/public/css/swiper.css"></link>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>

but it didn’t work.

Thanks again.