app.use('/public', express.static(path.join(__dirname, '../public'))) // use path here
//please read the expressjs docs // https://expressjs.com/en/starter/static-files.html