how to display staic html with image without using express code example
Example 1: nodejs express server img src
<img src="/logo.jpg" />
Example 2: how to use static file node js
app.use('/static', express.static('public'))
<img src="/logo.jpg" />
app.use('/static', express.static('public'))