cannot get in node js static file code example
Example 1: nodejs express server img src
<img src="/logo.jpg" />
Example 2: use static with expres
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express