my index.html and my app .js are located in different folders
- WEB-INF
--resources
-js
-app.js
--views
-index.html
I tried to import my app.js into my index.html using :
<script src="../resources/js/app.js"></script>
but it didn't work . I got this error :