I'm having trouble referencing the correct files in my c9 project:
- The first issue is with a picture I want to reference.
This is what my current code looks like:
<img src="pic1.jpg" class="d-block w-100" alt="...">
. Here is my folder structure
https://i.sstatic.net/m0k4j.png
- The second issue is with jquery.
This is what my code currently looks like:
<link rel="stylesheet" type="text/css" href="/js/jquery.js">
. Here is my folder structure:
https://i.sstatic.net/ve4DW.png
Any advice on how to resolve these issues would be greatly appreciated!