I\'m just trying to get setup with node.js/express/ejs. I know ejs isn\'t actual HTML and so I\'m having a hard time just displaying a simple image. Can someone point me in the
My js file was here c:/blog/index.js and image file c:/blog/views/image.js. And entered js file this code
js
c:/blog/index.js
c:/blog/views/image.js
app.use( express.static( "views" ) );
then in CSS added property
body { background-image: url("./image.jpg"); }