You must put your files and use the relative path from the resource folder.
For example, if I put the css file in src/assets/css/myfile.css , then I have to access it like this:
<link rel="stylesheet" href="assets/css/myfile.css">
marioaviles
source share