how to add static logo to html in node.js code example
Example 1: nodejs express server img src
<img src="/logo.jpg" />
Example 2: access to static file nodejs
app.use(express.static(__dirname + '/public'));
<link rel="stylesheet" type="text/css" href="css/style.css" />