There is a problem, you need to download the same js and css on different pages, on http: // localhost: 3000 / and http: // localhost: 3000 / main everything is connected, but on http: // localhost: 3000 / page / one displays the error " http: // localhost: 3000 / page / js / jquery.js 404 (Not Found)" app.use(express.static(path.join(__dirname, '/public')));

    0