I'm having trouble accessing an image in cloud9 on AWS.
Here's what I've got:
This is what I currently have:
<img src="/flexbox/images/img1.jpg">
This doesn't work. The html file is here:
/flexbox/views/index.ejs
I've also tried
<img src="../flexbox/images/img1.jpg">
and <img src="../../flexbox/images/img1.jpg">
I'd really appreciate someone explaining to me how to access the file. For further info I'm using node and express.
Thanks,
Raph