Adding Background image to EJS file
问题 I seem to be fine getting an image to render from my app.js file to the main ejs file, but when i change it to a background image, it does not display. Any idea whats up? my app.js const express = require("express"), app = express(), bodyParser = require("body-parser"), jade = require("jade"), path = require('path'), redis = require('redis'); images = [{image:"http://nuvotera.com/wp-content/uploads/2013/10/email-protection-banner-2.jpg"}]; app.use(bodyParser.urlencoded({extended:true})); app