I have a problem referring to the right files in c9:
- I want to refer to a picture.
this is my code so far: <img src="pic1.jpg" class="d-block w-100" alt="...">
. See my folder structure
- jquery
This is my code so far: <link rel="stylesheet" type="text/css" href="/js/jquery.js">
. See my folder structure:
Can you give me some advice on how to do it?
I would appreciate your help!